...
This commit is contained in:
parent
962b801924
commit
5b8d358a46
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user