POST api/{version}/Account/SendPhoneCodeHasToken
发送手机验证码(需登录)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
phone 手机号码 type 3:修改手机号
SendPhoneCode| Name | Description | Type | Additional information |
|---|---|---|---|
| phone | string |
None. |
|
| type | PhoneCheckCodeType |
None. |
|
| phonecode | string |
None. |
|
| id | string |
None. |
|
| code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"phone": "sample string 1",
"type": 1,
"phonecode": "sample string 2",
"id": "sample string 3",
"code": "sample string 4"
}
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. |