增加参数

main
zhaoyu 2025-04-17 14:15:24 +08:00
parent 5c3bb6737d
commit 08f8248087
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ public class UsersPositionServiceImpl implements UsersPositionService {
String apiName = OpenAPI.FINDS_ALARM_LIST;
Map<String, Object> paramMap = new HashMap<>();
paramMap.put("pageNo","1");
paramMap.put("pageSize","10");
paramMap.put("pageSize","9999");
paramMap.put("disposeStatus","INIT");
JSONObject redisValueJson = sendAPI.send(apiName, paramMap);
JSONObject dataJson = JSONObject.parseObject(redisValueJson.getString("data"));
JSONArray dataArray = dataJson.getJSONArray("data");