1
This commit is contained in:
parent
1453f45446
commit
a7a3bedbd8
@ -410,12 +410,12 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$item_id = $goods['item_id'];
|
$itemId = $goods['item_id'];
|
||||||
$item_count = $goods['amount'];
|
$itemCount = $goods['item_num'];
|
||||||
|
|
||||||
BcOrder::upsert($rspObj['trans_id'], array(
|
BcOrder::upsert($rspObj['trans_id'], array(
|
||||||
'item_id' => $item_id,
|
'item_id' => $itemId,
|
||||||
'item_num' => $item_count,
|
'item_num' => $itemCount,
|
||||||
'order_type' => BcOrder::SPEC_ORDER_TYPE,
|
'order_type' => BcOrder::SPEC_ORDER_TYPE,
|
||||||
'price' => $this->Web3PriceLowFormat($goods['price']),
|
'price' => $this->Web3PriceLowFormat($goods['price']),
|
||||||
'ext_data' => json_encode(array(
|
'ext_data' => json_encode(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user