...
This commit is contained in:
parent
962b801924
commit
5b8d358a46
@ -1095,6 +1095,13 @@ class ShopController extends BaseAuthedController
|
|||||||
$item_id,
|
$item_id,
|
||||||
$item_count
|
$item_count
|
||||||
);
|
);
|
||||||
|
error_log("buyGoodsDS start " + json_encode(array(
|
||||||
|
'idx' => $idx,
|
||||||
|
'grid' => $grid,
|
||||||
|
'count' => $count,
|
||||||
|
'block_chain' => $response,
|
||||||
|
)
|
||||||
|
));
|
||||||
|
|
||||||
BcOrder::upsert($response['trans_id'], array(
|
BcOrder::upsert($response['trans_id'], array(
|
||||||
'item_id' => $item_id,
|
'item_id' => $item_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user