@@ -110,10 +110,6 @@ namespace CallCenterApi.Interface.Controllers
}
else if (phone.Trim().Length < 11)
{//号码小于11位,为本地
- res = 1;
- }
- else if (phone.Trim().Length < 11)
- {//号码小于11位,为本地
res = 3;
else if (phone.Trim().Length > 11 && phone.Substring(0, 4).Equals(zipcode))