curl --location --request GET '/adminapi/crontab.crontab/detail?id=' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"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": "备注信息"
}
}