GET api/User/IsNickAvailable?nick={nick}
验证昵称是否可用
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| nick | 昵称 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}