curl --location --request GET 'https://tmdemo.tmse.com.cn/admin/crontab/detail?id=' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjaGFubmVsIjoiMSIsImlzcyI6InRtZGVtby50bXNlLmNvbS5jbiIsImF1ZCI6InRtZGVtby50bXNlLmNvbS5jbiIsImlhdCI6MTcyMzQ2NjMyNCwibmJmIjoxNzIzNDY2MzI0LCJleHAiOjE3MjM1MjAzMjQsImp0aSI6eyJpZCI6MSwidHlwZSI6ImFkbWluIiwiZXhwIjo1NDAwMH19.0ToDqLzkzWUDrigx4qV3uF9lV6RPHck8DjJ-OUDG2xs'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"command": "string",
"params": "string",
"expression_desc": "string",
"status": 0,
"status_desc": "string",
"last_time": "string",
"exe_time": "string",
"max_time": "string",
"error": "string",
"remark": "string",
"create_time": "string",
"expression": {
"type": 0,
"min": 0,
"hour": 0,
"day": 0,
"week": 0,
"cron": "string"
}
}
}