shish 5 anni fa
parent
commit
acd4ec7743
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -27,7 +27,7 @@ class CustomController extends BaseController
         $confirmMobile = $post['confirmMobile'];
         $address = $post['address'] ?? '';
 
-        util::fail('添加失败');
+        util::fail('功能已停用');
 
         if (stringUtil::isMobile($mobile) == false) {
             util::fail(' 请填写正确的手机号');