Update jd_pet.js

This commit is contained in:
lxk0301
2020-11-23 20:04:14 +08:00
parent d3ea2547e5
commit 7780ee6683

View File

@ -38,7 +38,7 @@ let message = '', subTitle = '', option = {};
let jdNotify = false;//是否关闭通知false打开通知推送true关闭通知推送
const JD_API_HOST = 'https://api.m.jd.com/client.action';
let goodsUrl = '', taskInfoKey = [];
let randomCount = 20;
let randomCount = $.isNode() ? 20 : 5;
!(async () => {
await requireConfig();
if (!cookiesArr[0]) {