This commit is contained in:
Faker 2022-07-06 10:30:30 +08:00
parent b7f04292f4
commit 07b3b3ee7f
4 changed files with 253 additions and 7 deletions

77
gua_opencard188.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -38,8 +38,8 @@ const token = [
"662E62C629FB6B20CED938E41A0DC026",
"F573A078062F9F18BFCC39080864D7F5",
"D7DCB5D6D847EB0167C2B0A180B95F68",
"4D0B34FFACB4802C65167A5A84019B9E",
"5C0ADE2E43ADF4B64636010B09D55402",
"F7534A237EC4CFD50B8901BEF08E6FB7",
"6F92A6B2AF1D1C6BA2315F12C15194D2",
"3F5E5185BCDF88ADEF76867A9CC7AD44",
"8204254D6C4AF4E224DE25DC6D0258A2",
"67D2D5824D043A5C2EA9C53B900B932C",
@ -48,7 +48,10 @@ const token = [
"AA515683C3F7D2A4797AD5B4B52E4496",
"BFD5D11942F2349BBB3F910BCE954E8F",
"DC2D503AEC0235CB3F574DE47192325A",
"921478C146E5C60F2444E3978AC8E94F"
"921478C146E5C60F2444E3978AC8E94F",
"A0308C73CA1D98CDFBE776DF2CA60EE7",
"A622DB2BAEB4C3B6054CE62968371E43",
"7879A6C855D8D5D52F6329A59DA949FF"
]
if ($.isNode()) {

View File

@ -1,7 +1,5 @@
/*
cron "35 11 * * *" jd_insight.js, tag:京洞察问卷通知
by ccwav
cron "35 9,15,20 * * *" jd_insight.js, tag:京洞察问卷通知
*/
const $ = new Env('京洞察问卷通知');
@ -92,7 +90,7 @@ async function main() {
let title = surveyItem.title
let subTitle = surveyItem.subTitle
let answerUrl = surveyItem.answerUrl
msg += `${index+1}.【${title}${subTitle}\n点击以下链接直达问卷\n${answerUrl}\n`
msg += `${index+1}.【${title}${subTitle}\n<a href="${answerUrl}">点击这里开启问卷</a>\n`
}
}
if ($.isNode() && WP_APP_TOKEN_ONE) {

168
jd_shangou.js Normal file

File diff suppressed because one or more lines are too long