添加用户信息
POST
http://localhost/LAPARO/API/Users/Create
请求参数
参数名
类型
描述
必填
user_type
int
用户类型 1学生 2教师
必填
account
string
账号
必填
password
string
密码
必填
name
string
姓名
必填
student_id
string
学号
必填