刷新并获取群组的头像。 群组的头像是由前4名成员的头像拼接组成的,该接口是提供前端对异常的群组头像图片进行重新拼接并获取。
Request
HTTP request
GET https://www.featapi.com/api/party/group/{id}/get_avatar/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 群组 ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_group |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API将返回重定向的群头像图片链接。
200 Returns the avatar of the Group successfully
404 Not found
示例返回数据可参考 API Common – Resource Not Found