GET api/Commen/SendSms?sign={sign}&tempId={tempId}&phone={phone}¶1={para1}¶2={para2}
“SendSms”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| sign | “sign”的文档。 |
Define this parameter in the request URI. |
| tempId | “tempId”的文档。 |
Define this parameter in the request URI. |
| phone | “phone”的文档。 |
Define this parameter in the request URI. |
| para1 | “para1”的文档。 |
Define this parameter in the request URI. |
| para2 | “para2”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"result": 1,
"errMsg": "sample string 2",
"ext": "sample string 3",
"details": [
{
"result": 1,
"errmsg": "sample string 2",
"mobile": "sample string 3",
"nationcode": "sample string 4",
"sid": "sample string 5",
"fee": 6
},
{
"result": 1,
"errmsg": "sample string 2",
"mobile": "sample string 3",
"nationcode": "sample string 4",
"sid": "sample string 5",
"fee": 6
},
{
"result": 1,
"errmsg": "sample string 2",
"mobile": "sample string 3",
"nationcode": "sample string 4",
"sid": "sample string 5",
"fee": 6
}
]
}
application/xml, text/xml
Sample:
<SmsMultiSenderResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/qcloudsms_csharp">
<details>
<SmsMultiSenderResult.Detail>
<errmsg>sample string 2</errmsg>
<fee>6</fee>
<mobile>sample string 3</mobile>
<nationcode>sample string 4</nationcode>
<result>1</result>
<sid>sample string 5</sid>
</SmsMultiSenderResult.Detail>
<SmsMultiSenderResult.Detail>
<errmsg>sample string 2</errmsg>
<fee>6</fee>
<mobile>sample string 3</mobile>
<nationcode>sample string 4</nationcode>
<result>1</result>
<sid>sample string 5</sid>
</SmsMultiSenderResult.Detail>
<SmsMultiSenderResult.Detail>
<errmsg>sample string 2</errmsg>
<fee>6</fee>
<mobile>sample string 3</mobile>
<nationcode>sample string 4</nationcode>
<result>1</result>
<sid>sample string 5</sid>
</SmsMultiSenderResult.Detail>
</details>
<errMsg>sample string 2</errMsg>
<ext>sample string 3</ext>
<result>1</result>
</SmsMultiSenderResult>