...
This commit is contained in:
parent
71518030d8
commit
a89b0ed529
@ -1050,6 +1050,8 @@ class ShopController extends BaseAuthedController
|
|||||||
$item_count
|
$item_count
|
||||||
);
|
);
|
||||||
|
|
||||||
|
error_log("buy normal 3, response = " . json_encode($response));
|
||||||
|
|
||||||
BcOrder::upsert($response['trans_id'], array(
|
BcOrder::upsert($response['trans_id'], array(
|
||||||
'item_id' => $item_id,
|
'item_id' => $item_id,
|
||||||
'item_num' => $item_count,
|
'item_num' => $item_count,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user