POST api/{area}/Vericode?access_token={access_token}&tempid={tempid}
发送手机验证码
Request Information
Body Parameters
接收验证码的手机号
VericodeMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| mobile |
接收验证码的手机号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mobile": "sample string 1"
}
application/xml, text/xml
Sample:
<VericodeMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.Open.Areas.OAuth2.Models"> <mobile>sample string 1</mobile> </VericodeMobile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
发送手机验证码
SucceedResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| result |
结果字符串 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "succeeded"
}