云函数新增京东超级盒子
This commit is contained in:
@ -16,12 +16,12 @@ inputs:
|
|||||||
memorySize: 128 # 内存大小,单位MB
|
memorySize: 128 # 内存大小,单位MB
|
||||||
timeout: 900 # 超时时间,单位秒
|
timeout: 900 # 超时时间,单位秒
|
||||||
events: # 触发器
|
events: # 触发器
|
||||||
- timer: #签到 #源头好物红包
|
- timer: #签到 #源头好物红包 #京东超级盒子
|
||||||
parameters:
|
parameters:
|
||||||
name: beansign_coupon
|
name: beansign_coupon_superbox
|
||||||
cronExpression: "0 0 0 * * * *"
|
cronExpression: "0 0 0 * * * *"
|
||||||
enable: true
|
enable: true
|
||||||
argument: jd_bean_sign&jd_coupon
|
argument: jd_bean_sign&jd_coupon&jd_super_box
|
||||||
- timer: #东东超市兑换奖品 #摇京豆 #京东汽车兑换
|
- timer: #东东超市兑换奖品 #摇京豆 #京东汽车兑换
|
||||||
parameters:
|
parameters:
|
||||||
name: blueCoin_clublottery_carexchange
|
name: blueCoin_clublottery_carexchange
|
||||||
|
Reference in New Issue
Block a user