Explorar el Código

租户模式-4

whitefang hace 1 año
padre
commit
1d27e4d246
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/common/http/middleware/LikeAdminAllowMiddleware.php

+ 1 - 1
app/common/http/middleware/LikeAdminAllowMiddleware.php

@@ -137,7 +137,7 @@ class LikeAdminAllowMiddleware
         }
 
         // 租户不存在或域名错误
-        return $isPage ? view(app()->getRootPath() . 'public/error/tenant/404.html') : JsonService::fail('接口域名错误或租户不存在', [], 4, 0);
+        return $isPage ? view(app()->getRootPath() . 'public/error/tenant/404.html') : JsonService::fail('接口域名错误或代理商不存在', [], 4, 0);
     }
 
     /**