Browse Source

关闭添加虚拟客户

shish 3 years ago
parent
commit
1c0db7aad5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app-ghs/controllers/CustomController.php

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

@@ -289,6 +289,7 @@ class CustomController extends BaseController
             if (empty($mobile)) {
                 //添加虚拟客户
                 if ($virtual == 1) {
+                    util::fail('功能开发中');
                     $mobile = orderSn::getMobileSn();
                     $confirmMobile = $mobile;
                 } else {