文档
测试

用户注册

POST
http://localhost:9000/zqxry/health-user/register?userName=qqq&phone=15912345678&birthdayStr=1995-04-06&blood=O&sex=%E7%94%B7

请求参数

参数名
类型
描述
必填
userName
string
示例:qqq
必填
phone
int
示例:15912345678
必填
birthdayStr
string
示例:1995-04-06
必填
blood
string
示例:O
必填
sex
string
示例:男
必填

响应参数

参数名
类型
描述
必填
resultCode
int
示例:1
必填
success
boolean
示例:true
必填
msg
string
示例:成功
必填
data
object
示例:null
必填
token
object
示例:null
必填
functionId
int
示例:0
必填