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