This commit is contained in:
songliang 2023-06-25 20:23:47 +08:00
parent 962b801924
commit 5b8d358a46

View File

@ -1042,7 +1042,7 @@ class ShopController extends BaseAuthedController
}
error_log("buyGoodsDS start " . $address);
$idx = getReqVal('idx', 0);
$grid = getReqVal('grid', 0);
$count = getReqVal('count', 0);
@ -1095,6 +1095,13 @@ class ShopController extends BaseAuthedController
$item_id,
$item_count
);
error_log("buyGoodsDS start " + json_encode(array(
'idx' => $idx,
'grid' => $grid,
'count' => $count,
'block_chain' => $response,
)
));
BcOrder::upsert($response['trans_id'], array(
'item_id' => $item_id,