Authorization: Bearer ********************
curl --location --request POST 'https://jinti.shifaedu.com/api/ai/material/children' \
--header 'Miniprogram;' \
--form 'parent_id=""'
{
"status": "success",
"code": 200,
"message": "",
"data": {
"data": [
{
"id": 2,
"title": "测试文件",
"description": null,
"type": "file",
"type_text": "文件",
"path": "https://oss.test.shifaedu.com/jkwedu-mini/materials/2025/07/b6ce0154c3e5aaf4902df32a8bf90027.docx",
"size": 10077,
"formatted_size": "9.84 KB",
"sort": 0,
"created_at": "2025-07-21 17:57:52"
}
]
},
"error": {}
}