mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 10:58:44 +08:00
update
This commit is contained in:
parent
2c74ea141c
commit
f66e776476
570
jd_coupon.js
Normal file
570
jd_coupon.js
Normal file
File diff suppressed because one or more lines are too long
@ -76,7 +76,7 @@ if ($.isNode()) {
|
|||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
console.log(`开始获取京洞察调研列表...\n`)
|
console.log(`开始获取京洞察调研列表...\n`)
|
||||||
let data= await GetSurveyList();
|
let data= await GetSurveyList();
|
||||||
if(data.result){
|
if(data.result){
|
||||||
let list=data.messages.list
|
let list=data.messages.list
|
||||||
if(list.length>0){
|
if(list.length>0){
|
||||||
@ -94,7 +94,7 @@ async function main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($.isNode() && WP_APP_TOKEN_ONE) {
|
if ($.isNode() && WP_APP_TOKEN_ONE) {
|
||||||
await notify.sendNotifybyWxPucher("京洞察问卷通知", msg, `${$.UserName}`);
|
await notify.sendNotifybyWxPucher("京洞察问卷通知", msg, `${$.UserName}`,'\n\n本通知 By ccwav Mod',"您有可以做的调查问卷");
|
||||||
}
|
}
|
||||||
allnotify+=msg
|
allnotify+=msg
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user