Files
Hermes-Skills/lottery-hk/references/lottery-sources.md
T
mike 39f5cb6cb3 lottery-hk: v1.2.2 — 迁移到 sol.2344a.cc (替代 sol.0051.cc)
变更: (上 c19fe30, 重新 commit 因为 reset --soft)
- SKILL.md: 更新 description (含 sol.2344a + Qi pitfall)
- references/13 个文件: sol.0051.cc → sol.2344a.cc 全局替换
- 新文件: cron-browser-mode.md, site-navigation.md, site-status.md,
  v_xg-qi-pitfall.md, 3 个 analysis-example
- 删除: sol-0051 tag (已迁移)
- 1 个新能力索引

sol.2344a.cc 是 sol.0051.cc 的新域名 (2026-07-29 验证)
5 个子路径全 200 OK
Qi 字段是下次将开期号 (pitfall)
2026-07-29 09:12:42 +08:00

65 lines
2.4 KiB
Markdown
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清单
## 核心API(经2026-07验证)
| 端点 | URL | 类型 | 说明 |
|------|-----|------|------|
| **当前开奖JSON** | `https://btc.tktk.app/data/v_xg.json` | ✅可用 | 直接返回JSONcurl可抓 |
| 开奖渲染页 | `https://btc.tktk.app/e/api/kj.php?xg` | 渲染 | Vue.js页面,仅展示用 |
| tktk主页 | `https://tktk.tktk4.cc/ww.htm` | 入口 | 含iframe引用kj.php |
### API URL模式(从public.js逆向)
`https://btc.tktk.app/data/v_{cod}.json?{timestamp}`
| cod | 彩种 |
|-----|------|
| xg | 香港六合彩 |
| 48am | 天天澳门彩 |
| am | 新澳门六合彩 |
| tw | 台湾六合彩 |
| xjp | 新加坡六合彩 |
| fckl8 | 快乐8 |
## 已失效的端点(2026-07确认)
| 端点 | URL | 状态 |
|------|-----|------|
| sol.2344a.cc 历史API | `/e/api/api.php?get=sixlist&year=YYYY` | ❌返回空数据 |
| sol.2344a.cc 全年资料 | `https://sol.2344a.cc/qnzl/` | ⚠️仅文章索引,非结构化数据 |
| 419.ccc3.cc 历史API | `/e/api/api.php?get=sixlist&year=YYYY` | ❌404 |
| 666kj.com | `/kj/kj_history.aspx` | ❌404 |
## 冷数据页面(从sol.2344a.cc
| 页面 | URL | 说明 |
|------|-----|------|
| 历史记录页 | https://sol.2344a.cc/history/ | 页面可访问但API无数据 |
| 全年资料 | https://sol.2344a.cc/qnzl/ | 文章链接列表(歇后语、生肖诗等) |
| 生肖表 | https://sol.2344a.cc/sssx/467578.html | 生肖号码对照 |
| 常识 | https://sol.2344a.cc/sssx/ | 六合彩基础知识 |
| 技巧 | https://sol.2344a.cc/guilvmijue/ | 分析技巧 |
| 规律 | https://sol.2344a.cc/gudingguilv/ | 号码规律 |
| 策略 | https://sol.2344a.cc/maimajianyi/ | 投注策略 |
## 热数据页面(从sol.2344a.cc
| 页面 | URL | 说明 |
|------|-----|------|
| 解牌 | https://sol.2344a.cc/gsjg/ | 号码解读 |
| 综合挂牌 | https://sol.2344a.cc/zongheguapai/ | 综合挂牌分析 |
| 挂牌 | https://tktk.tktk4.cc/tkgp/index.htm | 挂牌号码 |
| 日期 | https://tktk.tktk4.cc/date.htm | 开奖日期表 |
## 编码注意
- sol.2344a.cc 页面可能是 GB2312 编码,需转换为 UTF-8
- tktk.tktk4.cc 主页是 UTF-8 with BOMcurl输出可能有`锘`开头)
- btc.tktk.app JSON API 返回标准UTF-8
## 抓取频率
- 冷数据: 月度/季度更新
- 热数据: 每周二、四、六 19:30 抓取(开奖前2小时)
- 开奖结果: 开奖后立即抓取(21:30后),用 `btc.tktk.app/data/v_xg.json`