GET api/Test/Login?user_id={user_id}&user_name={user_name}×tamp={timestamp}&nonce={nonce}&sign={sign}
“Login”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| user_id | “user_id”的文档。 |
Define this parameter in the request URI. |
| user_name | “user_name”的文档。 |
Define this parameter in the request URI. |
| timestamp | “timestamp”的文档。 |
Define this parameter in the request URI. |
| nonce | “nonce”的文档。 |
Define this parameter in the request URI. |
| sign | “sign”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Head": {
"Code": 1,
"Msg": "sample string 2"
},
"Body": {
"Data": "sample string 1"
}
}