API DocsAPI Docs
post/api/auth/wechat/binding
post/api/auth/wechat/binding
绑定微信账号
Basic Information
Request Method:
post
Request URL:
https://abit.fun/api/auth/wechat/binding
Tags:
用户认证
Description
将当前登录用户与微信账号绑定,需要微信授权后的wechat_token
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绑定成功
{
"success": true,
"message": "微信账号绑定成功"
}
400绑定失败
401
500