Skip to content

Commit

Permalink
support FS_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca11back authored Dec 28, 2021
1 parent 8a7ad74 commit 8722f0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jd_joyjd_open.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

if (!["card","car"].includes(process.env.FS_LEVEL)) {
console.log("请设置通用加购/开卡环境变量FS_LEVEL为\"car\"(或\"card\"开卡+加购)来运行加购脚本")
return
}
/*
#jd_joyjd_open通用ID任务,多个活动用@连接,任务连接https://jdjoy.jd.com/module/task/v2/doTask
export comm_activityIDList="af2b3d56e22d43afa0c50622c45ca2a3"
Expand Down

0 comments on commit 8722f0b

Please sign in to comment.