GET api/s/yg/GetPhoneCode?configID={configID}&Phone={Phone}
短信验证码
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
configID | string |
Required |
|
Phone | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiReturnResultName | Description | Type | Additional information |
---|---|---|---|
Code |
返回Code,1成功,0失败 |
string |
None. |
Msg |
返回消息 |
string |
None. |
Count |
返回记录数 |
integer |
None. |
Result |
返回结果 |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Msg": "sample string 2", "Count": 3, "Result": {} }
application/xml, text/xml
Sample:
<ApiReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LijiyTow.Liji_E.EAPI.Models.A"> <Code>sample string 1</Code> <Count>3</Count> <Msg>sample string 2</Msg> <Result /> </ApiReturnResult>