feat: djapi 数据源归一化 + bug 修复 + 废弃 getDivData_AK

- 新增 djapi/api/stock/data_source.py 统一数源入口 (Tushare 单例)
- 迁移 10 个模块至统一数据源入口
- 废弃 getDivData_AK.py
- 修复 getStockDiv2.py / smoothBrush.py 等模块
- indexDatas API 参数 tscode 类型修正 (股票→指数代码)
- views.py + urls.py 接口清理
- continuation.md 状态更新

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 15:01:04 +08:00
co-authored by Claude Opus 4.7
parent 271a9343a5
commit 2f1d8b4d03
9 changed files with 49 additions and 253 deletions
+17
View File
@@ -17,3 +17,20 @@ DEEPSEEK_API_KEY=your-deepseek-api-key
# 阿里 DashScope (ASR + Qwen)
DASHSCOPE_API_KEY=your-dashscope-api-key
# ========================
# 以下为 video 模块 AI 模型配置
# 修改后重启 uWSGI 生效
# ========================
# DeepSeek 模型名(视频分割 + 标题提取)
# 可用: deepseek-chat(推荐,支持 response_format, deepseek-reasoner
DEEPSEEK_MODEL=deepseek-chat
# DashScope ASR 语音识别模型
# 可用: paraformer-realtime-v2, paraformer-v2
DASHSCOPE_ASR_MODEL=paraformer-realtime-v2
# DashScope 大语言模型(文本纠错 + 文本分析)
# 可用: qwen-plus, qwen-max, qwen-turbo
DASHSCOPE_LLM_MODEL=qwen-plus