curl --location --request GET '/infra/job-log/page?pageNo=1&pageSize=10'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"jobId": 0,
"handlerName": "",
"handlerParam": "",
"executeIndex": 0,
"beginTime": "",
"endTime": "",
"duration": 0,
"status": 0,
"result": "",
"createTime": ""
}
],
"total": 0
},
"msg": ""
}