Type/to search

短信通知类库

Tool
6
Follow
942
Followers

支持网关

例子

$.SMSNotify("abc 短信测试");
Source
JavaScript
$.SMSNotify = function(content) {
    if (IsVirtual()) {
        throw "此模板只支持实盘";
    }
    if (SMSGate === 0) {
        var retCode = HttpQuery("http://api.smsbao.com/sms?u="+SMSBaoUserName+"&p="+MD5(SMSBaoPWD)+"&m="+PhoneNum+"&c="+encodeURIComponent(content));
        var retDict = {
            '30': '密码错误',
            '40': '账号不存在',
            '41': '余额不足',
            '42': '帐号过期',
            '43': 'IP地址限制',
Strategy parameters
Strategy parameters
手机号
短信网关
用户名
密码
APPID
APPKEY
变量名称
项目标记
Comment
All comments (1)

    请问有PY版本吗?

    8 years ago
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)