POST Api/ChangePhone
修改手机号码
Request Information
URI Parameters
None.
Body Parameters
vm_CHGPhone| Name | Description | Type | Additional information |
|---|---|---|---|
| verificationCode |
验证码 |
string |
None. |
| phone |
手机号码 |
string |
None. |
| fldGuid |
用户id |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"verificationCode": "sample string 1",
"phone": "sample string 2",
"fldGuid": "60f03b46-325d-46b0-8cf4-3349f88b925d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
状态码:200成功;201手机号不存在; 其他异常码
ApiResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| data | string |
None. |
|
| Code |
执行状态码 |
string |
None. |
| Message |
结果消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"Code": "sample string 2",
"Message": "sample string 3"
}