GET v1/User/IsExist?userCode={userCode}
验证用户登录名是否存在
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userCode | 用户登录名 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Count": 1, "Message": "sample string 1", "Authority": true }