This commit is contained in:
songliang 2023-07-03 10:42:47 +08:00
parent 71518030d8
commit a89b0ed529

View File

@ -1049,6 +1049,8 @@ class ShopController extends BaseAuthedController
$item_id,
$item_count
);
error_log("buy normal 3, response = " . json_encode($response));
BcOrder::upsert($response['trans_id'], array(
'item_id' => $item_id,