Kaynağa Gözat

关闭客户添加功能

shish 5 yıl önce
ebeveyn
işleme
4ec135334a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      app-ghs/controllers/CustomController.php

+ 2 - 0
app-ghs/controllers/CustomController.php

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