From ea39d8ede68b8410199aaa268633cac5ccc4654c Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 16:57:16 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 4d67c510..36795491 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1012,7 +1012,9 @@ class ShopController extends BaseAuthedController $response['item_id'] = $item_id; $response['item_num'] = $item_count; $this->_rspData( - $response + array( + "block_chain" => $response + ) ); } break;