Files
stock/config.yaml
2021-12-03 17:11:18 +08:00

36 lines
598 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 企业微信群机器人url
qywxRobotUrl: ""
# 钉钉群机器人的secret
dingTalkSecret: ""
# 钉钉群机器人发消息额链接
dingTalkRobotUrl: ""
# 天行数据获取节假日的api的key https://www.tianapi.com/apiview/139
tianApiKey: ""
# 更新数据的间隔,秒
updateSecond: 60
# 相对于上次通知超过的阈值才发送通知,%
thresholdValue: 1.0
# 股票代码
stock:
- "600905"
- "600032"
- "002531"
- "600733"
- "000825"
- "002939"
# 基金代码
fund:
- "006229"
- "162412"
- "008359"
- "161725"
- "012314"
- "162719"
- "501057"