GET api/UserLogin?account={account}&password={password}
根据相应的用户名和密码返回相应的用户的UserKey,错误返回空值
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| account | 用户名 |
Define this parameter in the request URI. |
| password | 密码 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>