faker2/utils/jdcookie.js
2023-10-27 19:26:03 +08:00

7 lines
87 B
JavaScript

// 本地测试在这边填写cookie
let cookie = [
];
module.exports = {
cookie
}