ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
**1.接口地址**:http://api.zishahui.vip/user/system-message **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | | user_id |是 | int | 用户ID| | page |否 | int | 页码| | limit |否 | int | 获取多少条| ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据| |名称|类型|说明| |---|:---:|--:|--:| |id|int|消息ID| |resource_id|int|资源ID| |status|int|0未读,1已读| |type|int|消息类型1,系统,2动态文章,3日志| |title|string|审核通知| |note|string|审核备注| |resource_status|int|1通过,-2未通过,type区分是日志还是文章动态)| *******成功示列******* { "code": 1, "msg": "返回成功", "data": [ { "id": "194", "user_id": "59", "resource_id": "12", "message_id": "3", "type": "3", "status": "1", "create_time": "2018-09-29 15:34:42", "update_time": null, "title": "您发布的内容已通过审核!", "note": "", "resource_status": "1" }, { "id": "181", "user_id": "59", "resource_id": "9102", "type": "2", "status": "1", "create_time": "2018-09-28 13:58:57", "title": "您发布的内容已通过审核!", "note": "", "resource_status": "1", "resources_type": "1" }, { "id": "177", "user_id": "59", "resource_id": "12", "message_id": "2", "type": "3", "status": "1", "create_time": "2018-09-26 17:52:02", "update_time": null, "title": "您发布的内容未通过审核!", "note": "", "resource_status": "1" }, { "id": "175", "user_id": "59", "resource_id": "9117", "type": "2", "status": "1", "create_time": "2018-09-26 17:21:19", "title": "管理员推荐了您发布的内容!", "note": "6666666666666666啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊", "resource_status": "1", "resources_type": "2" }, { "id": "174", "user_id": "59", "resource_id": "9117", "type": "2", "status": "1", "create_time": "2018-09-26 17:21:18", "title": "您发布的内容已通过审核!", "note": "6666666666666666啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊", "resource_status": "1", "resources_type": "2" }, { "id": "152", "user_id": "59", "resource_id": "9106", "type": "2", "status": "1", "create_time": "2018-09-26 14:45:07", "title": "您发布的内容已通过审核!", "note": "不错", "resource_status": "1", "resources_type": "1" }, { "id": "151", "user_id": "0", "resource_id": "0", "type": "1", "status": 1, "create_time": "2018-09-26 14:02:19", "title": "欢迎使用紫砂汇App!", "note": null, "resource_status": null, "resources_type": null }, { "id": "150", "user_id": "59", "resource_id": "11", "type": "2", "status": "1", "create_time": "2018-09-26 13:46:58", "title": "您发布的内容未通过审核!", "note": "5561561565656", "resource_status": "-2", "resources_type": "2" }, { "id": "149", "user_id": "59", "resource_id": "9101", "type": "2", "status": "1", "create_time": "2018-09-26 11:52:20", "title": "您发布的内容未通过审核!", "note": "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊", "resource_status": "-2", "resources_type": "1" }, { "id": "148", "user_id": "59", "resource_id": "9105", "type": "2", "status": "1", "create_time": "2018-09-26 11:51:03", "title": "您发布的内容未通过审核!", "note": "你写的什么狗屁文章", "resource_status": "-2", "resources_type": "1" } ], "has_next": true } *******失败******* { "code": -1, "msg": "缺少参数", "data": [] }