Files
daily-schedule/README.md
2025-10-15 13:37:09 +08:00

23 lines
757 B
Markdown
Raw Permalink 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.

# 定时任务
## 天气任务
### API接口
  接口地址:[和风天气](https://dev.qweather.com/)
### 使用说明
1. 登录和风天气控制台点击设置查看专属API Host。
2. 点击项目管理新建项目并添加凭据本项目采用API KEY方式
3. 查看[接口文档](https://dev.qweather.com/docs/start/),编写业务逻辑。
## 股票任务
### API接口
  接口地址东方财富网http://push2.eastmoney.com/api/qt/stock/get
## 企业微信消息推送
### 接口文档
  [消息推送](https://developer.work.weixin.qq.com/document/path/99110)
### 使用说明
1. 在企业微信群创建消息推送。
2. 查看WebHook地址。
3. 根据文档编写业务逻辑。