curl --location --request GET 'https://java-admin.likeadmin.cn//api/crontab/detail?id=1'
{
"code": 200,
"msg": "成功",
"data": {
"id": 1,
"types": "default",
"name": "系统任务",
"command": "myJob.handle('试试')",
"rules": "0/1 * * * * ?",
"remark": "测试任务",
"error": "",
"status": 1,
"strategy": 1,
"concurrent": 0
}
}