mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 10:58:44 +08:00
1
This commit is contained in:
parent
97db02a68f
commit
f78a38e6b2
@ -1,9 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
逛京东会场 领大额优惠券
|
逛京东会场
|
||||||
变量格式 ACT_URL="https://xxx.mall.json"
|
|
||||||
建议监听
|
|
||||||
|
|
||||||
10 * * * * jd_mall.js
|
只能刷浏览量,其他未知,测试脚本
|
||||||
|
只能刷浏览量,其他未知,测试脚本
|
||||||
|
只能刷浏览量,其他未知,测试脚本
|
||||||
|
|
||||||
|
变量格式 ACT_URL="https://xxx.mall.json"
|
||||||
|
参考文件 docker文件里里面 mall.json
|
||||||
|
|
||||||
|
10 0,20 * * * jd_malls.js
|
||||||
*/
|
*/
|
||||||
const $ = new Env("逛会场领卷");
|
const $ = new Env("逛会场领卷");
|
||||||
const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
|
const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
|
Loading…
Reference in New Issue
Block a user