Compare commits

..

No commits in common. "aa8362d94434b48133dea50902501b607cb1ef01" and "3c3ea0633d6ef89eddb7643f324e006143c94f9e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ public class SocialDirectoryLimitService {
map.put("page_num", page_num);
map.put("page_size", 1000);
map.put("vali_flag", "1");
JSONObject result = httpUtil.call("1318", "data", map);
JSONObject result = httpUtil.call("1312", "data", map);
return result;
}

View File

@ -88,7 +88,7 @@ public class SocialDirectorySelfService {
map.put("page_num", page_num);
map.put("page_size", 1000);
map.put("vali_flag", "1");
JSONObject result = httpUtil.call("1319", "data", map);
JSONObject result = httpUtil.call("1312", "data", map);
return result;
}