API DocsAPI Docs
get/api/profile/cover/{userId}
get/api/profile/cover/{userId}
获取用户封面
Basic Information
Request Method:
get
Request URL:
https://abit.fun/api/profile/cover/{userId}
Tags:
用户资料
Description
根据用户ID获取用户的封面图片
Path Parameters
Path Parameters Explanation
Path parameters are variables in the URL path, for example:
https://abit.fun/api/profile/cover/:userId
Parameter Name | Type | Required | Example Value | Description |
---|---|---|---|---|
userId | string | Required | example | 用户ID |
Response Example
200成功获取封面
404封面未找到
500