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