AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
#### 消息列表 ~~~[api] get:/distributor/message/index number:p=1#当前页数 number:ps=10#分页大小 <<< success { "code": 1, "msg": "", "time": "2017-12-26 12:32:08", "data": [ { "id": 2, "user_id": 4, "identity": 1, "content": "有新的订单可接取", "sort": 0, "is_read": 0, "status": "启用", "created_at": "2016-01-01 00:00:00", "updated_at": "2016-01-01 00:00:00" }, { "id": 1, "user_id": 4, "identity": 1, "content": "某某订单已抢单成功", "sort": 0, "is_read": 1, "status": "启用", "created_at": "2016-01-01 00:00:00", "updated_at": "2016-01-01 00:00:00" } ], "_meta": { "totalCount": 2, "pageCount": 1, "currentPage": 1, "perPage": 10 } } ~~~ #### 阅读 ~~~[api] post:/distributor/message/read/id/:id <<< success { "code": 1, "msg": "success", "time": "2017-12-26 12:39:04", "data": [] } <<< error { "code": 1, "msg": "更新失败", "time": "2017-12-26 12:39:04", "data": [] } ~~~