From a51eb723cfbdc9fd63314c19ce3f3acd316c3827 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 20:19:37 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 5cbf5db4..fd2f014a 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1106,6 +1106,14 @@ class ShopController extends BaseAuthedController )), )); + error_log("buyGoodsDS start " + json_encode(array( + 'idx' => $idx, + 'grid' => $grid, + 'count' => $count, + 'block_chain' => $response, + ) + )); + $this->_rspData( array( 'idx' => $idx,