学生注册
POST
/wx/studentRegistered
请求参数
参数名
类型
描述
必填
userId
int
用户id
必填
name
string
姓名
必填
userSex
string
性别 1:男 2:女 0:未知
必填
userBirthday
string
出生日期
必填
graduationYear
int
入校日期
必填
classId
int
班级id
必填
company
string
单位
必填
contactAddress
string
通讯地址
必填
position
string
职位
必填
userPhone
int
手机号
必填
响应参数
参数名
类型
描述
必填
code
String
状态码,200:成功,400:失败
必填
message
String
提示信息
必填
data
Object
数据
必填