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

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

@@ -32,7 +32,7 @@ class ApplyController extends BaseController
         $shop = $this->shop;
         $pfShopId = $shop->pfShopId ?? 0;
         if (!empty($pfShopId)) {
-            util::fail('已经开通过了,无需重复申请');
+            util::fail('已经开通过了');
         }
         $mobile = $shop->mobile ?? 0;
         if (empty($mobile)) {