dev
This commit is contained in:
parent
d1507ede5b
commit
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