From d0c6de4d51770b4d405fa85c7b78aae8f6c0c319 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 20:24:56 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 7c343de0..252374db 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1089,6 +1089,13 @@ class ShopController extends BaseAuthedController $item_id = $goods['goods_id']; $item_count = $goods['goods_num'] * $count; + error_log("buyGoodsDS start " + json_encode(array( + 'idx' => $idx, + 'grid' => $grid, + 'count' => $count, + ) + )); + $response = services\BlockChainService::gameItemMallBuy( Transaction::BUY_GOODS_ACTION_TYPE, $price,