POST api/WebInterface/Guider/VerifyCode
依据导游证号或导游手机号,给导游发送手机验证码的API。
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
依据导游证号或导游手机号,给导游发送手机验证码的API。
CommonOperationResultWithTagOfGuiderSendVerifyCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | GuiderSendVerifyCodeResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"guidernumber": "sample string 1",
"mobile": "sample string 2"
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfGuiderSendVerifyCodeResult90Z6Xn9G xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface">
<d2p1:guidernumber>sample string 1</d2p1:guidernumber>
<d2p1:mobile>sample string 2</d2p1:mobile>
</tag>
</CommonOperationResultWithTagOfGuiderSendVerifyCodeResult90Z6Xn9G>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.