验证码校验(换绑)

简介

换绑时需要以此接口来进行验证

此接口自小程序线上版本1.1.0起启用

请求

验证码校验(换绑)

POST /v1/user/phonechange_verify

Headers

属性

Content-Type

application/json

Authorization

Bearer {access_token}

Body

属性
类型
描述
必填

code

int

验证码

Response

{
	"status": "phone_updated",
	"success": true
}
属性
类型
描述

success

string

请求是否成功

status

string

验证具体状态

Last updated

Was this helpful?