用户自助换绑授权
GET
/api/auth_app/self_service_change_binding最后修改时间: 2 年前
责任人: 未设置
请求参数
Query 参数
new_auth
string
用户新授权信息
示例值:
test
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
timestamp
integer
必需
nonceStr
string
必需
data
object
必需
moreOtherData
object
必需
signature
string
必需
示例
成功示例
{
"code": 1,
"message": "换绑成功",
"timestamp": 1673846531,
"nonceStr": "62bf1f8c3436fcb4d0f98c25133c9aba",
"data": {
"moreOtherData": {
"api_extra_data": "",
"request_safe_code": ""
}
},
"signature": "1bcaacbd9ffb59afb2d74f68c45b7d99"
}
最后修改时间: 2 年前