appbase ~master (2021-01-06T11:23:12Z)
Dub
Repo
Sms2
appbase
gateway
sms
Undocumented in source.
struct
Sms2 {
static
Tuple
!(
int
,
string
)
send
(string gatewayUrl, string account, string key, string id, string mobile, string templateCode, string templateParams, string smsSign);
}
Members
Static functions
send
Tuple
!(
int
,
string
)
send
(string gatewayUrl, string account, string key, string id, string mobile, string templateCode, string templateParams, string smsSign)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
appbase
gateway
sms
structs
Sms1
Sms2