💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 我的消息 ~~~[api] get:https://fang.himvc.com/api/notice/notice/my *string:type=0#消息类型(消息类型,1:官方消息,2:通知,3:留言,4:关注,5:收藏,6:点赞,0:全部) <<< success { "code": 1, "msg": "请求成功!", "data": [ { "id": 1, "user_id": 0, "title": "官方消息", "content": "官方消息测试。", "type": 1, "create_time": 1639421496, "status": 0, "object_id": 0, "table_name": "", "url": null, "more": null }, { "id": 2, "user_id": 3, "title": "通知", "content": "通知测试。", "type": 2, "create_time": 1639421496, "status": 0, "object_id": 0, "table_name": "", "url": null, "more": null }, { "id": 3, "user_id": 0, "title": "官方消息", "content": "再次测试官方消息。", "type": 1, "create_time": 1639421496, "status": 0, "object_id": 0, "table_name": "", "url": null, "more": null } ] } <<< error { "code": 10001, "msg": "用户未登录", "data": "" } ~~~