curl --location --request GET '/api/admin/schedule/job/log/list'{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"beanName": "string",
"createTime": "2019-08-24T14:15:22Z",
"error": "string",
"jobId": 0,
"logId": 0,
"methodName": "string",
"params": "string",
"status": 0,
"times": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}