💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**1.接口地址**:http://api.zishahui.vip/user/get-message **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | | user_id |是 | int | 用户ID| ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据| |shop|string|true代表有商家消息| |community|string|true代表有社区消息| |system|string|true代表有系统消息| *******成功示列******* { "code": 1, "msg": "您有新的消息", "data": { "shop": 12, "community": 99, "system": false } } { "code": 2, "msg": "没有新的消息", "data": [] } *******失败******* { "code": -1, "msg": "缺少参数", "data": [] }