添加日志
parent
18144d3681
commit
5213974d9b
|
@ -96,6 +96,7 @@ public class IndexServiceImpl implements IndexService {
|
|||
param.put("page", 1);
|
||||
param.put("limit", Integer.MAX_VALUE);
|
||||
String result = ykUtil.call(YkInfo.getTaskList, param, JSONArray.class);
|
||||
log.info("result:{}",result);
|
||||
JSONObject jsonObject = JSONArray.parseObject(result, JSONObject.class);
|
||||
return jsonObject;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue