POST api/Guider/VerifyCode/BeforeLogin/WithGuiderNumOrMobile?guidernumberormobile={guidernumberormobile}
在登陆之前,使用导游证号或手机号给导游发送登陆验证码。 (
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guidernumberormobile |
导游证号或手机号。 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
在登陆之前,使用导游证号或手机号给导游发送登陆验证码。 (
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>