shish 1 жил өмнө
parent
commit
ced7b4facf

+ 1 - 1
app-mall/controllers/BaseController.php

@@ -67,7 +67,7 @@ class BaseController extends PublicController
                             util::fail('不是你的花店,无法访问哦');
                         }
                         if ($shopId != $hd->shopId) {
-                            util::fail('花店信息有问题哦');
+                            util::fail('花店信息有问题哦,编号' . $shopId . ',' . $hd->shopId);
                         }
                         $this->hd = $hd;
                         $customId = $hd->customId ?? 0;