We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166ca3b commit bc0b910Copy full SHA for bc0b910
Task/ttwkziye.js
@@ -47,7 +47,7 @@ hostname = operation-api.jimistore.com
47
const $ = new Env('支付宝天天挖矿')//js名字 支付宝天天挖矿
48
49
50
-const notify = $.isNode()
+const notify = $.isNode() ? require('./sendNotify') : '';
51
let bodyArr = [],headerArr = [];//定义Secret设置 合集
52
53
if (isGetCookie = typeof $request !==`undefined`) {
0 commit comments