|
|
@@ -201,8 +201,8 @@ namespace CallCenterApi.Interface.Controllers.customer
|
|
201
|
201
|
return Error("省份不能为空!");
|
|
202
|
202
|
if (!Validate.IsHasCHZN(province))
|
|
203
|
203
|
return Error("请输入有效的省份!");
|
|
204
|
|
- if (!Validate.IsValidPhoneAndMobile(mobile))
|
|
205
|
|
- return Error("请输入有效的电话号码");
|
|
|
204
|
+ //if (!Validate.IsValidPhoneAndMobile(mobile))
|
|
|
205
|
+ // return Error("请输入有效的电话号码");
|
|
206
|
206
|
#endregion
|
|
207
|
207
|
|
|
208
|
208
|
Model.T_Cus_CustomerBase model = new Model.T_Cus_CustomerBase();
|