客户注册
POST
http://localhost:88/api/authserver/aw-auth-server/auth/regist
请求头
参数名
类型
描述
必填
Content-Type
string
示例:application/json
可选
请求参数
参数名
类型
描述
必填
customerPassword
string
示例:123456
必填
customerName
string
示例:gzq44
必填
customerEmail
string
示例:123456
必填
customerPhome
string
示例:15992229863
必填
customerAvatar
string
示例:
必填
age
int
示例:23
必填
sex
int
示例:0
必填
code
string
示例:318781
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:验证码错误
必填
code
int
示例:11001
必填