haptear 3 years ago
parent
commit
78a2e98c52
  1. 2
      zqjs/zqjs_tx.js

2
zqjs/zqjs_tx.js

@ -7,7 +7,7 @@ const jsname = '中青极速提现'
const $ = Env(jsname) const $ = Env(jsname)
let logDebug = 0 let logDebug = 0
const notifyFlag = process.env.zqnotify || 1; //0为关闭通知,1为打开通知,默认为0 const notifyFlag = process.env.zqnotify || 1; //0为关闭通知,1为打开通知,默认为0
const CryptoJS = require('./crypto-js') const CryptoJS = require('crypto-js')
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';

Loading…
Cancel
Save