...
This commit is contained in:
parent
e6b639f237
commit
622b3bda3d
@ -1048,6 +1048,12 @@ class ShopController extends BaseAuthedController
|
|||||||
$count = getReqVal('count', 0);
|
$count = getReqVal('count', 0);
|
||||||
|
|
||||||
$conn = $this->_getMysql('');
|
$conn = $this->_getMysql('');
|
||||||
|
error_log("buyGoodsDS start " + json_encode(array(
|
||||||
|
'idx' => $idx,
|
||||||
|
'grid' => $grid,
|
||||||
|
'count' => $count,
|
||||||
|
)
|
||||||
|
));
|
||||||
|
|
||||||
$row = SqlHelper::selectOne(
|
$row = SqlHelper::selectOne(
|
||||||
$conn,
|
$conn,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user