Przeglądaj źródła

Merge branch 'master' into dev

shish 11 miesięcy temu
rodzic
commit
234bba5a3a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/ApplyController.php

+ 1 - 1
app-hd/controllers/ApplyController.php

@@ -131,7 +131,7 @@ class ApplyController extends BaseController
             //前期限制只有批发店邀请了才能注册
             //前期限制只有批发店邀请了才能注册
             $ghsShopAdminId = $post['ghsShopAdminId'] ?? 0;
             $ghsShopAdminId = $post['ghsShopAdminId'] ?? 0;
             if (empty($ghsShopAdminId)) {
             if (empty($ghsShopAdminId)) {
-                //util::fail('批发店推荐才能注册');
+                util::fail('批发店推荐才能注册');
             }
             }
 
 
             $shopName = $post['name'] ?? '';
             $shopName = $post['name'] ?? '';