From 962b801924c649ef763c478191140759d7d4c56c Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 20:22:04 +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 fd2f014a..fa860814 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1041,6 +1041,8 @@ class ShopController extends BaseAuthedController return; } + error_log("buyGoodsDS start " . $address); + $idx = getReqVal('idx', 0); $grid = getReqVal('grid', 0); $count = getReqVal('count', 0); @@ -1113,7 +1115,7 @@ class ShopController extends BaseAuthedController 'block_chain' => $response, ) )); - + $this->_rspData( array( 'idx' => $idx,