KingRan 2022-02-24 11:24:17 +08:00
parent 2b9fae8f6e
commit 429d086bb1
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
const axios = require('axios');
const fs = require("fs");
const {format} = require("date-fns");
const notify = require('./sendNotify');
const jdCookieNode = require('./jdCookie.js');
const notify = require('../sendNotify');
const jdCookieNode = require('../jdCookie.js');
const CryptoJS = require("crypto-js");
const got = require("got");
let cookies = [];