...
This commit is contained in:
parent
95ceae8940
commit
41b027c384
@ -201,7 +201,7 @@ class ShopController extends BaseAuthedController
|
||||
|
||||
$goods = mt\ShopGoods::get($id);
|
||||
if (!$goods) {
|
||||
$this->_rspErr(1, 'id is invalid. {$id}');
|
||||
$this->_rspErr(1, "id is invalid. {$id}");
|
||||
}
|
||||
|
||||
if ($goods['shop_id'] == 9 && $goods_num > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user