feat:重构代码模块

This commit is contained in:
2025-10-15 13:37:09 +08:00
parent 6228d70a95
commit 220fe8efdb
7 changed files with 97 additions and 71 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# 定时任务
## 天气任务
### 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. 根据文档编写业务逻辑。