验证
POST
/api/user/regst/validate
接口描述
提交用户的手机号或者邮箱地址
请求头
参数名
类型
描述
必填
content-type
string
application/json
必填
请求参数
参数名
类型
描述
必填
type
string
email或者phone
必填
content
string
e.g. xxxx@xxx.com 或者1xxx21312311xxx
必填
响应参数
参数名
类型
描述
必填
code
int
200表示验证成功,400表示验证失败
必填