Skip to content

Commit 172691e

Browse files
author
guorutao
committed
修改readme
1 parent 326f095 commit 172691e

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,29 @@
33

44
实现监控什么值得买博主爆料自动推送手机服务
55

6-
### **配置参数**
7-
6+
#### 配置参数
87
参考:application.yml文件配置即可
9-
10-
11-
### **server酱参数**
12-
8+
```
9+
# 配置自己的server酱key
10+
# 参考地址:http://sc.ftqq.com/3.version
11+
key: b082eb2****
12+
# 什么值得买爆料人id:
13+
# 参考:https://zhiyou.smzdm.com/member/9687682701/baoliao/
14+
uid: 9687682701
15+
# server酱有每天次数(重要重要重要)限制建议:60秒钟一次,已经做了重复限制,相同商品不会重复推送
16+
corn: 0/59 * * * * ?
17+
#测试频率:十秒一次
18+
#corn: 0/30 * * * * ?
19+
```
20+
21+
#### server酱参数
1322
文档之间看官网即可
1423

1524
http://sc.ftqq.com/3.version
1625

26+
#### 启动
27+
ZdmPushApplication.class
1728

18-
### 启动
19-
20-
ZdmPushApplication.class
29+
#### 实现效果
30+
![微信推送](https://p.ananas.chaoxing.com/star3/origin/a0fb9f24fdb7594e4579fc5ff08b3e41.png)
2131

0 commit comments

Comments
 (0)