From 78a2e98c52a38a23db4aabfb86901b9308626b92 Mon Sep 17 00:00:00 2001 From: haptear Date: Thu, 21 Apr 2022 08:44:54 +0800 Subject: [PATCH] 32 --- zqjs/zqjs_tx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zqjs/zqjs_tx.js b/zqjs/zqjs_tx.js index f149953..4ac702c 100644 --- a/zqjs/zqjs_tx.js +++ b/zqjs/zqjs_tx.js @@ -7,7 +7,7 @@ const jsname = '中青极速提现' const $ = Env(jsname) let logDebug = 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') : '';