增加参数
parent
5c3bb6737d
commit
08f8248087
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue