This commit is contained in:
songliang 2023-06-25 20:22:04 +08:00
parent a51eb723cf
commit 962b801924

View File

@ -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,