|
qcloudsms_csharp
0.1.6
|
Public 成员函数 | |
| SmsMultiSender (int appid, string appkey) | |
| SmsMultiSender (int appid, string appkey, IHTTPClient httpclient) | |
| SmsMultiSenderResult | send (int type, string nationCode, List< string > phoneNumbers, string msg, string extend, string ext) |
| Send a SMS messages to multiple phones at once. 更多... | |
| SmsMultiSenderResult | send (int type, string nationCode, string[] phoneNumbers, string msg, string extend, string ext) |
| Send a SMS messages to multiple phones at once. 更多... | |
| SmsMultiSenderResult | sendWithParam (string nationCode, List< string > phoneNumbers, int templateId, List< string > parameters, string sign, string extend, string ext) |
| Send a SMS messages with template parameters to multiple phones at once. 更多... | |
| SmsMultiSenderResult | sendWithParam (string nationCode, string[] phoneNumbers, int templateId, string[] parameters, string sign, string extend, string ext) |
| Send a SMS messages with template parameters to multiple phones at once. 更多... | |
Public 成员函数 继承自 qcloudsms_csharp.SmsBase | |
| SmsBase (int appid, string appkey, IHTTPClient httpclient) | |
| HTTPResponse | handleError (HTTPResponse response) |
额外继承的成员函数 | |
属性 继承自 qcloudsms_csharp.SmsBase | |
| int | appid [get] |
| string | appkey [get] |
| IHTTPClient | httpclient [get, set] |
|
inline |
Send a SMS messages to multiple phones at once.
| type | Send a SMS messages to multiple phones at once. |
| nationCode | nation dialing code, e.g. China is 86, USA is 1 |
| phoneNumbers | phone number array |
| msg | SMS message content |
| extend | extend field, default is empty string |
| ext | ext field, content will be returned by server as it is |
|
inline |
Send a SMS messages to multiple phones at once.
| type | Send a SMS messages to multiple phones at once. |
| nationCode | nation dialing code, e.g. China is 86, USA is 1 |
| phoneNumbers | phone number array |
| msg | SMS message content |
| extend | extend field, default is empty string |
| ext | ext field, content will be returned by server as it is |
|
inline |
Send a SMS messages with template parameters to multiple phones at once.
| nationCode | nation dialing code, e.g. China is 86, USA is 1 |
| phoneNumbers | multiple phone numbers |
| templateId | template id |
| parameters | template parameters |
| sign | Sms user sign |
| ext | extend field, default is empty string |
|
inline |
Send a SMS messages with template parameters to multiple phones at once.
| nationCode | nation dialing code, e.g. China is 86, USA is 1 |
| phoneNumbers | multiple phone numbers |
| templateId | template id |
| parameters | template parameters |
| sign | Sms user sign |
| ext | extend field, default is empty string |