From 60e6a3bfa75235623e1c46aa63042c2678263f96 Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 7 Jul 2023 15:03:20 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 71b5ce86..fdea0e17 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -723,8 +723,8 @@ class ShopController extends BaseAuthedController )), )); - // $response['item_id'] = $item_id; - // $response['item_num'] = $item_count; + $response['item_id'] = $item_id; + $response['item_num'] = $item_count; error_log("buy diamond, item_id = " . $item_id . " item_count = " . $item_count . " num = " . $num . " price = " . $price . " response = " . json_encode($response));