查询群主所在群的用户入群申请状态
收藏
我的收藏该接口用于查询群主所在群下的所有用户的申请进群信息
使用限制
- •该接口会过滤掉所有非申请中状态的申请单,可能会出现has_more和实际列表数量不一致的返回值
接口说明
基本信息
请求头
名称 | 类型 | 必填 | 描述 |
Content-Type | string | 是 | 固定值 "application/json" |
access-token | string | 是 | 示例:bus_act.3c2f5cc363d5c464e509c066*********oDYf3Fmzl6ztOYr |
Query
名称 | 类型 | 是否必填 | 描述 | 示例值 |
open_id | string | 是 | 经营者唯一标识,可以通过:
示例:ba253642-0590-40bc-9bdf-9a1334b94059 | @8hxdha4ltGM/V/x1w== |
count | int | 是 | 每页的数量,最大不超过50,最小不低于1 | |
cursor | int | 否 | 分页游标, 第一页请求cursor是0, response中会返回下一页请求用到的cursor, 同时response还会返回has_more来表明是否有更多的数据 | |
请求示例
curl -X GET 'https://open.douyin.com/im/group/enter/audit/get/?open_id=ba253642-0590-40bc-9bdf-9a1334b94059&cursor=0&count=10'\ -H 'Content-Type:application/json' \ -H 'access-token:act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWot'
响应参数
名称 | | | 类型 | 描述 | 示例 |
extra | | | struct | | |
| description | | string | 错误码描述 | "" |
| error_code | | int | 错误码 | 0 |
| logid | | string | 请求的唯一标识 | 202008121419360101980821035705926A |
| now | | int | 毫秒级时间戳 | 1597213176393 |
| sub_description | | string | 子错误码描述 | "" |
| sub_error_code | | int | 子错误码 | 0 |
data | | | struct | | |
| error_code | | int | 错误码 | 0 |
| description | | string | 错误码描述 | "" |
apply_list | | | struct | | |
| list | | list<string> | | |
| | apply_id | string | 申请id | @hegi8hge902hgsgk== |
| | apply_status | int | 申请状态 | 1-申请中(只会返回申请中的状态单) |
| | create_time | int | 创建时间 | 1607399832 |
| | group_id | string | 群id | @hegi8uue902hgsgk== |
| | user_id | string |