curl --location --request POST 'https://ruanzhu.pro/api/open/task?access_token&task_id'
{
"code": 200,
"msg": "获取任务成功",
"data": {
"id": "xxxx",
"title": "xxxxxxxxxxxxxxx",
"intro": "xxxxxxxxxxx",
"version": "V1.0",
"code_lang": "Javascript",
"type": "1",
"file_url": "xxxxxxxxx",
"finish_time": "xxxxxxxx",
"status": "2"
}
}