Authorization: Bearer ********************
curl --location --request GET '/job/log/'
{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"jobLogId": 0,
"jobName": "string",
"jobGroup": "string",
"invokeTarget": "string",
"jobMessage": "string",
"status": "string",
"exceptionInfo": "string",
"startTime": "2019-08-24T14:15:22Z",
"stopTime": "2019-08-24T14:15:22Z"
}
}