群文件已阅查看
Url
[接口服务器地址]/api/groups/fileview_list.html
Method
POST
Request Headers
Name | 必选 | Type | Description |
---|---|---|---|
Content-Type | true | string | application/json; charset=UTF-8 |
authen | true | string | Authen 什么是认证码 |
appid | true | string | AppID 什么是接入ID |
timestamp | true | string | Timestamp |
uid | true | string | UID |
lang | true | string | Language zh-cn,en-us |
Request Body
Name | 必选 | Type | Description |
---|---|---|---|
group_id | true | string | 群组ID |
file_id | true | string | 文件ID |
show_unview | false | string | 是否返回未阅人员 大群数据量,建议不返回 |
Tip
view_list 为已阅的人员列表 unview_list 为未阅的人员列表(show_unview==0时不返回这个属性)
Debug Tool
TestReturn
{"status":1,"code":0,"msg":"","data":{"gid":"文件ID","name":"文件名称","view_list":[{"gid":"人员ID","name":"人员姓名"}],"unview_list":[{"gid":"人员ID","name":"人员姓名"}]}}