shish hace 2 años
padre
commit
4cae46c828
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      app-hd/controllers/ApplyController.php

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

@@ -26,6 +26,12 @@ class ApplyController extends BaseController
 
     public $guestAccess = ['register', 'get-auth-code'];
 
+    //申请开通批发店 ssh 20231125
+    public function actionOpenPf()
+    {
+        util::complete('已提交申请,审核中');
+    }
+
     //获取验证码 ssh 20210117
     public function actionGetAuthCode()
     {
@@ -109,7 +115,7 @@ class ApplyController extends BaseController
             if (stringUtil::getWordNum($shopName) > 8) {
                 util::fail('名称不能超过8个汉字');
             }
-            $arr = ['斗南鲜花', '惠雅鲜花', '纯彩花艺', '泉城鲜花', '杭州斗南', '惠雅', '国恋', '花悠星', '勇记', '丰行', '昱成', '问境','珑松'];
+            $arr = ['斗南鲜花', '惠雅鲜花', '纯彩花艺', '泉城鲜花', '杭州斗南', '惠雅', '国恋', '花悠星', '勇记', '丰行', '昱成', '问境', '珑松'];
             foreach ($arr as $it) {
                 if (strstr($shopName, $it) != null) {
                     util::fail('花店名称已经存在,请换个名称');