音乐--获取列表 websocket测试 GET /education/art/entrance/music/exam/list 响应参数 参数名 类型 描述 必填 code int 返回状态码 必填 msg string 返回描述 必填 data array 返回数据 必填 list array 列表 必填 write_url 签名图片 必填 is_update 是否可修改,1可修改,2不可修改 必填 avg_score 均分 必填 说明 / 示例 { "code": 200, "msg": "操作成功", "data": { "total": 5, "list": [ { "id": "1", "user_id": "0", "user_name": "常若晨", "total_score": "7", "create_time": "1702888924", "update_time": "1703639679", "calendar_id": "5", "term_name": "第一学期", "term_year": "2023", "attribute_id": "2", "difficulty": "0.05", "pace": "0.15", "intonation": "0.1", "timbre": "0.04", "emotion": "0.12", "pace_org": "7", "intonation_org": "7", "total_org": "7", "write_url": "", "is_update": "1", "avg_score": "" } ] } }
{ "code": 200, "msg": "操作成功", "data": { "total": 5, "list": [ { "id": "1", "user_id": "0", "user_name": "常若晨", "total_score": "7", "create_time": "1702888924", "update_time": "1703639679", "calendar_id": "5", "term_name": "第一学期", "term_year": "2023", "attribute_id": "2", "difficulty": "0.05", "pace": "0.15", "intonation": "0.1", "timbre": "0.04", "emotion": "0.12", "pace_org": "7", "intonation_org": "7", "total_org": "7", "write_url": "", "is_update": "1", "avg_score": "" } ] } }