POST User/UserType
获取用户类型(0普通用户,大于0医生)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取用户类型(0普通用户,大于0医生)
integerResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": 1,
"msg": null
}
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>