....
This commit is contained in:
parent
74867d3c4d
commit
4cfba4764f
@ -1086,7 +1086,15 @@ class ShopController extends BaseAuthedController
|
|||||||
$price = $this->normalizeWeb3Price($goods['price'] * $count);
|
$price = $this->normalizeWeb3Price($goods['price'] * $count);
|
||||||
$item_id = $goods['goods_id'];
|
$item_id = $goods['goods_id'];
|
||||||
$item_count = $goods['goods_num'] * $count;
|
$item_count = $goods['goods_num'] * $count;
|
||||||
|
error_log("buyGoodsDS start " . json_encode(array(
|
||||||
|
'idx' => $idx,
|
||||||
|
'grid' => $grid,
|
||||||
|
'count' => $count,
|
||||||
|
'price' => $price,
|
||||||
|
'item_id' => $item_id,
|
||||||
|
'item_count' => $item_count,
|
||||||
|
)
|
||||||
|
));
|
||||||
$response = services\BlockChainService::gameItemMallBuy(
|
$response = services\BlockChainService::gameItemMallBuy(
|
||||||
Transaction::BUY_GOODS_ACTION_TYPE,
|
Transaction::BUY_GOODS_ACTION_TYPE,
|
||||||
$price,
|
$price,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user