Browse Source

申请开店

shish 2 years ago
parent
commit
340ec48a7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/ApplyController.php

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

@@ -29,7 +29,7 @@ class ApplyController extends BaseController
     //申请开通批发店 ssh 20231125
     public function actionOpenPf()
     {
-        util::complete('已提交,审核中');
+        util::complete('已提交申请');
     }
 
     //获取验证码 ssh 20210117