班级提醒或通知列表 websocket测试 GET /api/v1_0/classes/notificvation/{classId} 接口描述 查看班级通知列表 响应参数 参数名 类型 描述 必填 success json 请求成功的内容 必填 code int 200 必填 msg str success 必填 data array 返回内容 必填 notId int 通知id 必填 title str 标题 必填 author int 作者 必填 timeCreate date 创建时间 必填 failed json 失败的内容 必填 code int 400 必填 msg str failed 必填 说明 / 示例 # 返回值数据格式 ```language { "success": { "code": 200, "data": [ { "notId": 1, "title": "大扫除", "timeCreate": "2015.2.28 12:36", "author": "HK" }, { "notId": 1, "title": "大扫除", "timeCreate": "2015.2.28 12:36", "author": "HK" }, ] "msg": "release success" }, "failed": { "code": 200, "msg": "release failed" } ```
# 返回值数据格式 ```language { "success": { "code": 200, "data": [ { "notId": 1, "title": "大扫除", "timeCreate": "2015.2.28 12:36", "author": "HK" }, { "notId": 1, "title": "大扫除", "timeCreate": "2015.2.28 12:36", "author": "HK" }, ] "msg": "release success" }, "failed": { "code": 200, "msg": "release failed" } ```