💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] get:/v1/cloud/unifyMessageManager/listTypeDatas *string:open_id#当前用户open_id *int:user_role#当前用户身份【1、机关,2、代表】 *int:status_read# 阅读状态【0未读,1已读】 <<< success { "code": 0, "msg": "ok", "data": { "list": [ { "type": 1, "title": "待办消息", "msg_total": 3 }, { "type": 2, "title": "待阅消息", "msg_total": 0 }, { "type": 3, "title": "未读消息", "msg_total": 0 } ] } } <<< error ~~~