curl --location --request GET '/platformapi/crontab.crontab/detail?id=' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 9,
"name": "结算分销订单",
"type": 1,
"type_desc": "定时任务",
"command": "distribution_settlement",
"params": "123",
"status": 1,
"status_desc": "运行",
"expression": "* * * * *",
"remark": "测试任务"
}
}