shish 5 лет назад
Родитель
Сommit
acd4ec7743
1 измененных файлов с 1 добавлено и 1 удалено
  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(' 请填写正确的手机号');