From 408adc225d7a4943e334fd59a53215cb9ecf598e Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 14 Jul 2023 15:22:53 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 82ac33cf..5cd94f09 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -718,7 +718,7 @@ class MarketController extends BaseAuthedController 'order_id' => $goods['order_id'], )), )); - + $this->_rspData(array( 'block_chain' => $response, ));