|
|
@@ -107,7 +107,7 @@ public class MobileController extends BaseController {
|
|
107
|
107
|
{
|
|
108
|
108
|
String phone1= phone.trim();
|
|
109
|
109
|
String tophone =phone1;
|
|
110
|
|
- String fix = ""; String bfix = ""; String wfix = "9";
|
|
|
110
|
+ String fix = ""; String bfix = ""; String wfix = "0";
|
|
111
|
111
|
String zipcode = "0373";
|
|
112
|
112
|
int zip = GetZipCodeByPhone(phone1, zipcode);
|
|
113
|
113
|
if (zip == 1)
|