...
This commit is contained in:
parent
a51eb723cf
commit
962b801924
@ -1041,6 +1041,8 @@ class ShopController extends BaseAuthedController
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
error_log("buyGoodsDS start " . $address);
|
||||||
|
|
||||||
$idx = getReqVal('idx', 0);
|
$idx = getReqVal('idx', 0);
|
||||||
$grid = getReqVal('grid', 0);
|
$grid = getReqVal('grid', 0);
|
||||||
$count = getReqVal('count', 0);
|
$count = getReqVal('count', 0);
|
||||||
@ -1113,7 +1115,7 @@ class ShopController extends BaseAuthedController
|
|||||||
'block_chain' => $response,
|
'block_chain' => $response,
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
$this->_rspData(
|
$this->_rspData(
|
||||||
array(
|
array(
|
||||||
'idx' => $idx,
|
'idx' => $idx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user