POST api/{version}/Account/UpdatePhone
老账户体系保存手机号
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
UpdatePhone| Name | Description | Type | Additional information |
|---|---|---|---|
| account | string |
None. |
|
| password | string |
None. |
|
| phone | string |
None. |
|
| check_code | string |
None. |
|
| phonecode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"account": "sample string 1",
"password": "sample string 2",
"phone": "sample string 3",
"check_code": "sample string 4",
"phonecode": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |