69API
Example
POST getRoomGroupPhotoData
https://global.talk-cloud.net/WebAPI
/getRoomGroupPhotoData
参数
参数名 | 是否必填 | 类型 | 说明 |
---|---|---|---|
key | 是 | String | 企业Key |
serial | 否 | String | 频道号:选填(该字段和thirdroomid必须至少填写一个) |
thirdroomid | 否 | String | 用户自定义频道号:选填,如果用户创建频道时自定义了频道号,可使用此字段 |
starttime | 否 | Int | 开始时间:(时间戳,精确到秒), 例:1429242959 |
endtime | 否 | Int | 结束时间:(时间戳,精确到秒), 例:1429242959 |
page | 否 | Int | 当前第几页(默认第1页) |
pagesize | 否 | Int | 每页返回多少条(默认50条、最大50条) |
参数名 | 类型 | 说明 |
---|---|---|
result | Int | 返回状态码:0:正常 |
total | Int | 总数 |
list.group_photo_id | string | 合照唯一标识 |
list.userid | string | 发起人userid |
list.nickname | string | 发起人昵称 |
list.size | string | 合照大小 |
list.path | string | 合照下载地址 |
list.create_time | string | 发起合照时间 |
返回示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|