curl --location --request GET '/adminapi/crontab.crontab/detail?id=' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"name": "定时任务1",
"type": 1,
"type_desc": "定时任务",
"command": "test",
"params": "",
"status": 1,
"status_desc": "运行",
"expression": "0 23 * * *",
"remark": "备注信息"
}
}