joy-cli/configs/manhuang/shops.example.json
feibisi 71caf4af96 feat(manhuang): 采购雷达 — 货架事件、商家信任与噪声标
SKU 通用流程:history 差分产出 shelf_events(价/有货,unknown≠售罄),
shops trust 分进 tab-caches/黑市面板;礼品卡面值假差标 noise;
ensure-shops --record-outcome 回填我方履约。设计见 manhuang-procurement-radar.md。
2026-07-13 13:57:46 +08:00

116 lines
3.3 KiB
JSON
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.

{
"version": 1,
"updated": "2026-07-13",
"note": "鬼市/黑市本地店表。复制到 ~/.config/manhuang/shops.json。频道名/Bot 不进公开仓库。trust=平台分+我方履约+risk→score/band见 manhuang-procurement-radar.md。",
"brands": [
"feibisi.com",
"weixiaoduo.com",
"wenpai.org",
"cravatar.com",
"feicode.com"
],
"rsshub_base": "",
"shops": [
{
"id": "tg-demo-ai-bot",
"name": "示例 · TG AI 售卖 Bot",
"kind": "telegram",
"platform": "telegram",
"handle": "@example_ai_bot",
"url": null,
"rsshub_path": "",
"goods": ["ChatGPT", "Claude", "额度"],
"sku_for": ["chatgpt", "claude", "codex_quota"],
"status": "watch",
"risk": "high",
"trade": true,
"depth": "mid",
"opacity": "opaque",
"region": "global",
"layer": "trade_grey",
"trust": {
"platform": { "rating": null, "sales_n": null },
"ours": {
"orders_ok": 0,
"orders_fail": 0,
"dispute": false,
"quality": null,
"note": "成交后回填dispute=true → band=block"
}
},
"next": "小额试单 + probehandle 仅本地;回填 trust.ours"
},
{
"id": "tg-demo-otp",
"name": "示例 · TG 接码频道",
"kind": "telegram",
"platform": "telegram",
"handle": "@example_otp_channel",
"url": null,
"goods": ["OTP", "长效号"],
"sku_for": ["otp", "longlife_otp", "sms"],
"status": "watch",
"risk": "high",
"trade": true,
"depth": "mid",
"layer": "register",
"next": "与 5sim 对照单价"
},
{
"id": "faka-demo-panel",
"name": "示例 · 发卡站域名",
"kind": "faka",
"platform": "faka",
"url": "https://example-faka.invalid/",
"goods": ["卡密", "共享号"],
"sku_for": ["api_card", "shared_account", "chatgpt"],
"status": "watch",
"risk": "high",
"trade": true,
"depth": "mid",
"layer": "trade_grey",
"next": "CD 盯首页改价;域名常换"
},
{
"id": "discord-demo-resell",
"name": "示例 · Discord 转售服",
"kind": "community",
"platform": "discord",
"handle": "invite:XXXX",
"url": null,
"goods": ["订阅共享", "中介"],
"sku_for": ["subscription", "chatgpt", "claude"],
"status": "watch",
"risk": "high",
"trade": true,
"depth": "mid",
"layer": "trade_grey",
"next": "invite 本地维护"
},
{
"id": "mp-demo-funpay-lot",
"name": "示例 · FunPay 订阅 lotclearnet",
"kind": "marketplace",
"platform": "funpay",
"url": "https://funpay.com/en/lots/3559/",
"goods": ["ChatGPT Plus", "订阅"],
"sku_for": ["chatgpt", "openai", "codex_quota"],
"status": "active",
"risk": "mid",
"trade": true,
"depth": "shallow",
"opacity": "clearnet",
"layer": "trade_grey",
"trust": {
"platform": { "rating": 4.2, "sales_n": 120 },
"ours": {
"orders_ok": 2,
"orders_fail": 0,
"dispute": false,
"quality": 0.85
}
},
"next": "CD 盯 lot成交后回填 oursscore 由 manhuang_shelf 计算"
}
]
}