文档
测试

患者注册接口12

POST
http://39.101.216.90/v1/user/PatientRegister/

请求参数

参数名
类型
描述
必填
id
int
医生id
必填
mobile
str
联系电话
必填
name
str
姓名
必填
username
必填
password
必填
study_site_id
int
项目中心id
必填
initials
str
姓名缩写
必填
study_group_id
int
项目组id
必填
birthday
生日
必填
gender
性别(1:男,2:女)
必填

说明 / 示例

{ "data": {}, "code": 200, "msg": "用户注册成功" }