获取列表 websocket测试 GET /education/art/entrance/music/exam/list 响应参数 参数名 类型 描述 必填 code int 返回状态码 必填 msg string 返回描述 必填 data array 返回数据 必填 user_name 用户名称 必填 difficulty 难度 必填 total_score 总分 必填 pace 节奏 必填 intonation 音准 必填 timbre 音色 必填 emotion 情感 必填 说明 / 示例 { "code": 200, "msg": "操作成功", "data": [ { "id": "4", "user_id": "0", "user_name": "张姗姗", "total_score": "0.3", "create_time": "1702888924", "update_time": "1702888924", "calendar_id": "5", "term_name": "第一学期", "term_year": "2023", "attribute_id": "2", "difficulty": "0.05", "pace": "0.15", "intonation": "0.1", "timbre": "0.02", "emotion": "0.08" } ] }
{ "code": 200, "msg": "操作成功", "data": [ { "id": "4", "user_id": "0", "user_name": "张姗姗", "total_score": "0.3", "create_time": "1702888924", "update_time": "1702888924", "calendar_id": "5", "term_name": "第一学期", "term_year": "2023", "attribute_id": "2", "difficulty": "0.05", "pace": "0.15", "intonation": "0.1", "timbre": "0.02", "emotion": "0.08" } ] }