API DocsAPI Docs
get/api/group/{groupId}/cover
get/api/group/{groupId}/cover
获取小组封面
Basic Information
Request Method:
get
Request URL:
https://www.lycoo.com/api/group/{groupId}/cover
Tags:
小组图片管理
Description
获取指定小组的封面图片。如果小组未设置封面,将返回默认封面图片。
Path Parameters
Path Parameters Explanation
Path parameters are variables in the URL path, for example:
https://www.lycoo.com/api/group/:groupId/cover
Parameter Name | Type | Required | Example Value | Description |
---|---|---|---|---|
groupId | string | Required | example | 小组ID |
Header Parameters
Header Parameters Explanation
Header parameters are used to pass additional information, such as authentication credentials, content type, etc.
Parameter Name | Type | Required | Example Value | Description |
---|---|---|---|---|
Authorization | string | Required | Bearer sha_1234567890abcdef... | The authentication header is used to verify the identity of API requests, containing an access token Format: Bearer {token} |
Response Example
200返回封面图片(JPEG格式)
404
500