6
Follow
942
Followers
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
Related strategies
Comment
All comments (1)
- 1
