1
This commit is contained in:
parent
22d0d1d5de
commit
8f6d21e985
@ -316,14 +316,12 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
)),
|
)),
|
||||||
));
|
));
|
||||||
|
|
||||||
$response['item_id'] = $item_id;
|
|
||||||
$response['item_num'] = $item_count;
|
|
||||||
|
|
||||||
error_log("buy diamond, item_id = " . $item_id . " item_count = " . $item_count . " num = " . $num . " price = " . $price . " response = " . json_encode($response));
|
|
||||||
|
|
||||||
$this->_rspData(
|
$this->_rspData(
|
||||||
array(
|
array(
|
||||||
"block_chain" => $response
|
'trans_id' => $response['trans_id'],
|
||||||
|
'params' => $response['params'],
|
||||||
|
'item_id' => $item_id,
|
||||||
|
'item_num' => $item_count
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user