文档
测试

提交密保问题答案

POST
http://localhost:8080/portal/user/forget_check_answer.do

接口描述

提交问题答案

请求参数

参数名
类型
描述
必填
username
String
用户名
必填
question
String
密保问题
必填
answer
String
密保答案
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态码
可选
data
T
数据
可选
id
Integer
用户ID
必填
username
String
登录成功的用户名
必填
email
String
用户邮箱
必填
phone
String
用户手机号
必填
createTime
Date
创建时间
必填
updateTime
Date
更新时间
必填
msg
String
状态信息
可选

成功返回的示例

{ "status": 200, "data": "fedfdf5e-c26e-4549-8a55-700784dc621a" }

失败返回的示例

{ "status": 15, "msg": "问题答案错误" }