This commit is contained in:
songliang 2023-07-13 17:23:52 +08:00
parent 95ceae8940
commit 41b027c384

View File

@ -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) {