获取系统消息 websocket测试 GET /api/notification/list 响应参数 application/json 参数名 类型 描述 必填 code number 100 - 成功;200 - 失败 必填 msg string 提示信息 必填 data object 数据字典 必填 id int 消息 id 号 必填 type int 0 - 好友申请,1 - 处理好友申请的结果 必填 body string 消息体 必填 state int 0 - 未处理;1 - 同意;2 - 拒绝 必填 fromId int 消息发送者 必填 toId int 消息接收者 必填