This commit is contained in:
2025-11-05 14:17:47 +08:00
parent 1b8274d084
commit 1555d77ae9
3 changed files with 5 additions and 14 deletions

View File

@@ -24,7 +24,6 @@ class Shopping extends Base
{
self::$client_id = $client_id;
self::$shop_id = $message['shop_id'];
$db = self::$db;
// 验证 shop_id 和 table_code 是否存在
$shop = Db::query("
SELECT * FROM `tb_shop_info` WHERE