This commit is contained in:
songliang 2023-07-07 15:03:20 +08:00
parent 46a380a3e3
commit 60e6a3bfa7

View File

@ -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));