...
This commit is contained in:
parent
d0c6de4d51
commit
e6b639f237
@ -1061,6 +1061,13 @@ class ShopController extends BaseAuthedController
|
|||||||
array('idx' => $idx)
|
array('idx' => $idx)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
error_log("buyGoodsDS start " + json_encode(array(
|
||||||
|
'idx' => $idx,
|
||||||
|
'grid' => $grid,
|
||||||
|
'count' => $count,
|
||||||
|
)
|
||||||
|
));
|
||||||
|
|
||||||
if (!$row) {
|
if (!$row) {
|
||||||
$this->_rspErr(2, 'idx is invalid');
|
$this->_rspErr(2, 'idx is invalid');
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user