修改密码
POST
https://video.sdzhendou.com/video/updateuser/changepassword.php
接口描述
修改密码需先调用发送验证码的接口,接口为 phone/phone.php 参数为tel(手机号)
请求参数
参数名
类型
描述
必填
phone
int/string
手机号
必填
code
int/string
验证码(6位数字)
必填
password
string
密码(6到16位)
必填
响应参数
参数名
类型
描述
必填
errorcode
int
错误代码
必填
msg
string
错误描述
必填