GET api/LendingBusiness/GetValidCode?MoTel={MoTel}
A0.获取验证码
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MoTel | string |
Required |
Body Parameters
None.
Response Information
Resource Description
A0.获取验证码
ResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | string |
None. |
|
| count | integer |
None. |
|
| SessionKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": "sample string 3",
"count": 1,
"SessionKey": "sample string 4"
}
application/xml, text/xml
Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.RESTfulApi.Models.Model"> <SessionKey>sample string 4</SessionKey> <code>1</code> <count>1</count> <data>sample string 3</data> <msg>sample string 2</msg> </ResultModelOfstring>