Skip to content

Commit bb7cdfb

Browse files
author
guorutao
committed
mod
1 parent 8eec2bf commit bb7cdfb

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

src/main/resources/application.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ server:
55
spring:
66
application:
77
name: zdm
8-
# 配置自己的server酱key
9-
# 参考地址:http://sc.ftqq.com/3.version
10-
key: b082eb2****
11-
# 什么值得买爆料人id:
12-
# 参考:https://zhiyou.smzdm.com/member/9687682701/baoliao/
8+
key:
9+
#支持两种配置:pushPlus或者serverJ,二选一
10+
#pushPlus参考:http://pushplus.hxtrip.com/,不限制次数,不用github账号
11+
#serverJ参考:http://sc.ftqq.com/3.version ,需要github账号,限制次数
12+
type: pushPlus
13+
# 对应平台的key
14+
value: 9b343***
15+
#爆料人id:https://zhiyou.smzdm.com/member/9687682701/baoliao/ 参考这个链接
1316
uid: 9687682701
14-
# server酱有每天次数限制建议:60秒钟一次,已经做了重复限制,相同商品不会重复推送
15-
corn: 0/59 * * * * ?
16-
#测试频率:十秒一次
17-
#corn: 0/30 * * * * ?
17+
# 频率十秒一次 ,
18+
corn: 0/10 * * * * ?
19+
# 三十秒一次
20+
#corn: 0/30 * * * * ?

0 commit comments

Comments
 (0)