mirror of https://github.com/KingRan/KR.git
parent
2b9fae8f6e
commit
429d086bb1
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in New Issue