|
@@ -534,7 +534,7 @@ class TSpaceService extends Service
|
|
|
if(empty($data['customer_name'])) return [false, '客户名称不能为空'];
|
|
|
if(empty($data['customer_contact'])) return [false, '客户联系方式不能为空'];
|
|
|
$bool = $this->isValidMobile($data['customer_contact']);
|
|
|
- if(! $bool) return [false, '手机号错误,请填写完整的11位手机号'];
|
|
|
+// if(! $bool) return [false, '手机号错误,请填写完整的11位手机号'];
|
|
|
if(empty($data['vin_no'])) return [false, '车架号不能为空'];
|
|
|
$bool = $this->isValidVin($data['vin_no']);
|
|
|
if(! $bool) return [false, '车架号错误,请填写完整的17位车架号'];
|