shish vor 1 Jahr
Ursprung
Commit
38e2cc4ded
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app-mall/controllers/BaseController.php

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

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