This commit is contained in:
songliang 2023-06-25 20:27:46 +08:00
parent e6b639f237
commit 622b3bda3d

View File

@ -1048,6 +1048,12 @@ class ShopController extends BaseAuthedController
$count = getReqVal('count', 0);
$conn = $this->_getMysql('');
error_log("buyGoodsDS start " + json_encode(array(
'idx' => $idx,
'grid' => $grid,
'count' => $count,
)
));
$row = SqlHelper::selectOne(
$conn,