feat: 获取app step 7

This commit is contained in:
zengxiaobo 2024-07-05 10:11:08 +08:00
parent 02d9503133
commit a949372904

View File

@ -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