shish 3 лет назад
Родитель
Сommit
1c0db7aad5
1 измененных файлов с 1 добавлено и 0 удалено
  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 {