feat: 获取app step 7
This commit is contained in:
parent
02d9503133
commit
a949372904
@ -58,7 +58,8 @@ public class AppCenterImpl implements AppCenter {
|
||||
.url(listAppUrl)
|
||||
.content(new JSONObject()
|
||||
.fluentPut("pageNum", page)
|
||||
.fluentPut("pageSize", 50))
|
||||
//分页接口有问题, 这里设置一个最大值. 一次加载完所有的数据
|
||||
.fluentPut("pageSize", Integer.MAX_VALUE))
|
||||
.clz(JSONObject.class)
|
||||
.post();
|
||||
//结构不一样, 转换为自己的pageResp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user