...
This commit is contained in:
parent
67c009fe8c
commit
d0c6de4d51
@ -1089,6 +1089,13 @@ class ShopController extends BaseAuthedController
|
||||
$item_id = $goods['goods_id'];
|
||||
$item_count = $goods['goods_num'] * $count;
|
||||
|
||||
error_log("buyGoodsDS start " + json_encode(array(
|
||||
'idx' => $idx,
|
||||
'grid' => $grid,
|
||||
'count' => $count,
|
||||
)
|
||||
));
|
||||
|
||||
$response = services\BlockChainService::gameItemMallBuy(
|
||||
Transaction::BUY_GOODS_ACTION_TYPE,
|
||||
$price,
|
||||
|
Loading…
x
Reference in New Issue
Block a user