From f80043c3586d58b73fd1f229b75374eb536e19a6 Mon Sep 17 00:00:00 2001 From: Akira Date: Wed, 18 Nov 2020 20:29:18 +0800 Subject: [PATCH] Update serverless.yml --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index 3207b24a..4aa6be55 100644 --- a/serverless.yml +++ b/serverless.yml @@ -27,7 +27,7 @@ inputs: name: jd_blueCoin cronExpression: "0 0 0 */1 * * *" # 每天零点执行一次 enable: true - argument: [jd_blueCoin,jd_club_lottery] # 额外的参数 + argument: jd_blueCoin jd_club_lottery,JD2&JD3|JD4 # 额外的参数 environment: # 环境变量 variables: # 环境变量对象 AAA: BBB # 不要删除,用来格式化对齐追加的变量的