Authorization: Bearer ********************
curl --location --request POST 'https://jinti.shifaedu.com/api/ai/material/parent' \
--header 'Miniprogram;'
{
"status": "success",
"code": 200,
"message": "",
"data": {
"data": [
{
"id": 1,
"title": "测试",
"description": "这只是一个测试",
"type": "folder",
"type_text": "文件夹",
"path": "",
"size": 0,
"sort": 0,
"created_at": "2025-07-21 17:57:01"
}
]
},
"error": {}
}