GET api/M_User/RegisterLogin?username={username}&password={password}&email={email}&accessKey={accessKey}&secretKey={secretKey}
用户注册(免登陆)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| username | 用户名 |
Define this parameter in the request URI. |
| password | 密码 |
Define this parameter in the request URI. |
邮箱 |
Define this parameter in the request URI. |
|
| accessKey | accessKey |
Define this parameter in the request URI. |
| secretKey | secretKey |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json, text/javascript
Sample:
Sample not available.