POST default/sendsmsverifycode
request to get sms verify code from app by phone register
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"smsTemplateType": 0,
"phone": "sample string 1",
"countryCode": "sample string 2",
"isoCode": "sample string 3",
"needUniquePhoneCheck": true,
"curUserId": "sample string 5",
"isSSO": true,
"requestHost": "sample string 7",
"applicationPath": "sample string 8",
"secureApplicationPath": "sample string 9",
"absoluteApplicationPath": "sample string 10",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 13",
"clientOS": "sample string 14",
"clientBuild": "sample string 15",
"timeZone": 16,
"clientId": "sample string 17"
}
application/xml, text/xml
Sample:
<PhoneInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 17</ClientId> <ClientType xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">Web</ClientType> <TimeZone xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">16</TimeZone> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 10</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 8</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 15</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 14</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 13</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 5</curUserId> <isHttps xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">true</isSSO> <requestHost xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 7</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">sample string 9</secureApplicationPath> <CountryCode>sample string 2</CountryCode> <IsoCode>sample string 3</IsoCode> <NeedUniquePhoneCheck>true</NeedUniquePhoneCheck> <Phone>sample string 1</Phone> <SmsTemplateType>Register</SmsTemplateType> </PhoneInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "b1d11983-9535-4401-843c-e9cfdda584f9",
"data": {}
}
application/xml, text/xml
Sample:
<ApiResponseOfVoidOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>b1d11983-9535-4401-843c-e9cfdda584f9</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfVoidOutVOFP0KSs_SV>