文档
测试

用户添加

POST
http://106.15.207.39:8080/loginUser

接口描述

用户添加

请求参数

参数名
类型
描述
必填
loginAccount
string
登录账号
必填
loginPassword
string
密码
必填
userType
string
用户类别,例:医生(doctor),挂号员(register),收费员(fee_collector)
必填
userTypeId
int
用户类别表内的ID
必填

响应参数

参数名
类型
描述
必填
loginUserId
int
id
必填
loginAccount
string
登录账号
必填
userType
string
用户类别,例:医生(doctor),挂号员(register),收费员(fee_collector)
必填
userTypeId
int
用户类别表内的ID
必填

说明 / 示例

传入的数据要是**json格式** ![image.png](https://cos.easydoc.net/25598977/files/kh4f563c.png) ![image.png](https://cos.easydoc.net/25598977/files/kh4f5gvd.png)