Compare commits
2 Commits
3c3ea0633d
...
aa8362d944
| Author | SHA1 | Date |
|---|---|---|
|
|
aa8362d944 | |
|
|
d923cf09aa |
|
|
@ -88,7 +88,7 @@ public class SocialDirectoryLimitService {
|
||||||
map.put("page_num", page_num);
|
map.put("page_num", page_num);
|
||||||
map.put("page_size", 1000);
|
map.put("page_size", 1000);
|
||||||
map.put("vali_flag", "1");
|
map.put("vali_flag", "1");
|
||||||
JSONObject result = httpUtil.call("1312", "data", map);
|
JSONObject result = httpUtil.call("1318", "data", map);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ public class SocialDirectorySelfService {
|
||||||
map.put("page_num", page_num);
|
map.put("page_num", page_num);
|
||||||
map.put("page_size", 1000);
|
map.put("page_size", 1000);
|
||||||
map.put("vali_flag", "1");
|
map.put("vali_flag", "1");
|
||||||
JSONObject result = httpUtil.call("1312", "data", map);
|
JSONObject result = httpUtil.call("1319", "data", map);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue