POST api/ValidateLogin/SendValidateCode
Request Information
URI Parameters
None.
Body Parameters
SendValidateCodeStruct| Name | Description | Type | Additional information |
|---|---|---|---|
| Card | string |
None. |
|
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Card": "sample string 1",
"Phone": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultType | OperationResultType |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| LogMessage | string |
None. |
|
| AppendData | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.