Type/to search

BTC/LTC 地址监视, 短信通知

Tool
6
Follow
942
Followers

有新的交易, 立即提醒

Source
JavaScript
var LastMsg = "";
function SMSSend(msg) {
    if (msg == LastMsg) {
        return true;
    }
    Log('SMS:', msg);
    LastMsg = msg;
    var ret = false;
    var phones = PhoneNum.split(',');
    for (var i = 0; i < phones.length; i++) {
        ret = HttpQuery("http://www.smsbao.com/sms?u=" + encodeURIComponent(SMSUser) + "&p=" + SMSPass.toUpperCase() + "&m=" + phones[i] + "&c=" + encodeURIComponent(msg)) == "0";
        if (ret) {
Strategy parameters
Strategy parameters
类型
地址
轮询间隔
启动短信通知
短信宝用户名
短信宝MD5密码
接收短信手机号
Comment
All comments (1)

    有注释么 怎么用

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