Expand manhuang collect/UI (tabs, markets, guishi/quote probes), add configs and launchd helpers, ops handbooks, and scripts for channel validation and price/threat enrichment. Keys stay in keys.env.example only.
61 lines
2.5 KiB
Markdown
61 lines
2.5 KiB
Markdown
# 蛮荒 · 交易平台与产品类型目录
|
||
|
||
> 2026-07-12 · 配置:`configs/manhuang/channels.json` + `product-types.json`
|
||
> 总手册:[manhuang-handbook.md](./manhuang-handbook.md) · 核实:[manhuang-full-audit-2026-07-12.md](./manhuang-full-audit-2026-07-12.md)
|
||
|
||
## 交易平台(按可自动化价值)
|
||
|
||
| 平台 | 状态 | 探针 | 适合产品 | 备注 |
|
||
|------|------|------|----------|------|
|
||
| **GGSel** | active | HTML catalog | 账号/礼品卡/API 卡密 | 主货架;首页或 401 盾 |
|
||
| **FunPay** | active | HTML lots | Claude/ChatGPT/Grok | lot 见 channels;偶发 429 |
|
||
| **Plati.Market** | active | HTML item | SuperGrok 等 | 已知直链 |
|
||
| Playerok | watch_only | CD | CIS 数字货 | |
|
||
| Z2U | watch_only | CD | 数字货/礼品卡 | 常 CF 403 |
|
||
| Eldorado.gg | watch_only | CD | 游戏数字货 | |
|
||
| G2G | watch_only | CD | 礼品卡 | |
|
||
| OffGamers | watch_only | CD | 区服卡 | |
|
||
| 发卡站 | catalog_only | 人工 | 卡密 | 不固定域名 |
|
||
| TG C2C | catalog_only | RSSHub | 信号 | 不下单 |
|
||
|
||
## 接码
|
||
|
||
| 源 | 状态 | 说明 |
|
||
|----|------|------|
|
||
| **5sim** | **active** | guest 价主路径 |
|
||
| SMS-Activate | **shutdown** | 2025-12 官方停运;**禁止充值** |
|
||
| SMS-Man | watch_only | 首页常 403 |
|
||
| GrizzlySMS | watch_only | 未接 key |
|
||
|
||
## 产品类型(链环)
|
||
|
||
| 类型 | 链环 | 例子 |
|
||
|------|------|------|
|
||
| 区服礼品卡 / 虚拟卡 / 教育 | **pay** | giftcard_tr/us, virtual_card |
|
||
| 接码 / 邮箱 / 代理 / 打码 | **raw** | **5sim**, bulk_mail(非 SMS-Activate) |
|
||
| AI 订阅账号 / API 额度 | **pool** | Plus, Claude, Cursor, OpenRouter |
|
||
| 中转 token / GPU 云 | **consume** | yunwu, bltcy |
|
||
| 多模型网关 | **consume** | OpenRouter, LiteLLM |
|
||
|
||
## 中转 / 价源(非账号店)
|
||
|
||
| 源 | 角色 |
|
||
|----|------|
|
||
| awesome-ai-api-proxy `prices.latest.json` | 周更 token 价 |
|
||
| OpenRouter `/api/v1/models` | 实时聚合价 |
|
||
| LiteLLM model_prices | **MSRP 锚** |
|
||
| providers.yaml | 中转名单 → health 候选 |
|
||
| 具名存活 | tokenx24 · openrouter · yunwu · bltcy(**geshihua/uiuiapi = down**) |
|
||
| 5sim guest | 接码实时 |
|
||
| mnfst free data.json | free 档目录 |
|
||
|
||
## API
|
||
|
||
```bash
|
||
curl -s http://127.0.0.1:8877/v1/channels | jq '.marketplaces[].id'
|
||
curl -s http://127.0.0.1:8877/v1/product-types | jq '.types[].id'
|
||
curl -s http://127.0.0.1:8877/v1/msrp | jq '.anchors'
|
||
curl -s http://127.0.0.1:8877/v1/free | jq '.mnfst.providers_n // .providers_n'
|
||
```
|
||
|
||
面板:蛮荒总览 → **交易平台** 卡 + 产品类型芯片 · 社区价源(free/MSRP 行)。
|