5 忘记密码-/api/resetnewpwd
POST
/api/resetnewpwd
接口描述
忘记密码接口,使用的是通用接口。type、clusterCode为必填项。其他字段按照以前忘记密码接口传输。
请求头
参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded (form表单格式)
必填
请求参数-form表单
参数名
类型
描述
必填
clusterCode
string
(必填)邀请码
必填
phone
string
(必填)11位手机号
必填
newPwd
string
(必填)新密码
必填
smsCode
string
(必填)验证码
必填
type
string
(必填)服务类型 server / sso
必填
响应参数
参数名
类型
描述
必填
code
int
200:正常,1001:邀请码错误,其他
必填