最后一天. 改成换15京豆

This commit is contained in:
lxk0301
2021-03-08 17:34:11 +08:00
parent 44688a795f
commit 716e8e3e0a

View File

@@ -21,7 +21,7 @@ cron "10 8,21 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master
*/ */
const $ = new Env('她的节享京豆'); const $ = new Env('她的节享京豆');
const notify = $.isNode() ? require('./sendNotify') : ''; const notify = $.isNode() ? require('./sendNotify') : '';
let notifyBean = 35 let notifyBean = 15
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
//Node.js用户请在jdCookie.js处填写京东ck; //Node.js用户请在jdCookie.js处填写京东ck;
//IOS等用户直接用NobyDa的jd cookie //IOS等用户直接用NobyDa的jd cookie
@@ -190,7 +190,7 @@ function doTask(taskId) {
} }
function draw() { function draw() {
let body = `level=2&type=2` let body = `level=1&type=2`
return new Promise(resolve => { return new Promise(resolve => {
$.get(taskUrl('family_draw', body), async (err, resp, data) => { $.get(taskUrl('family_draw', body), async (err, resp, data) => {
try { try {