1550076451 10 月之前
父節點
當前提交
2939187bcf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hjzx-api/src/main/java/api/controller/call/MobileController.java

+ 2 - 2
hjzx-api/src/main/java/api/controller/call/MobileController.java

@@ -107,8 +107,8 @@ 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";
111
-        String zipcode = "0371";
110
+        String fix = ""; String bfix = ""; String wfix = "0";
111
+        String zipcode = "0373";
112 112
         int zip = GetZipCodeByPhone(phone1, zipcode);
113 113
         if (zip == 1)
114 114
         {