moon源
🔄 API 中转代理服务
通用 API 中转代理,用于访问被墙或限制的接口。
使用方法
中转任意 API:在请求 URL 后添加 ?url=目标地址 参数
https://pz.v88.qzz.io/?url=<示例API地址>
配置订阅参数说明
| format | 0 或 raw = 原始 JSON1 或 proxy = 添加代理前缀2 或 base58 = 原始 Base58 编码3 或 proxy-base58 = 代理 Base58 编码 |
| source | jin18 = 精简版jingjian = 精简版+成人full = 完整版(默认) |
| prefix | 自定义代理前缀(仅在 format=1 或 3 时生效) |
配置订阅链接示例
📦 精简版(jin18)
原始 JSON:https://pz.v88.qzz.io?format=0&source=jin18
中转代理 JSON:https://pz.v88.qzz.io?format=1&source=jin18
原始 Base58:https://pz.v88.qzz.io?format=2&source=jin18
中转 Base58:https://pz.v88.qzz.io?format=3&source=jin18
📦 精简版+成人(jingjian)
原始 JSON:https://pz.v88.qzz.io?format=0&source=jingjian
中转代理 JSON:https://pz.v88.qzz.io?format=1&source=jingjian
原始 Base58:https://pz.v88.qzz.io?format=2&source=jingjian
中转 Base58:https://pz.v88.qzz.io?format=3&source=jingjian
📦 完整版(full,默认)
原始 JSON:https://pz.v88.qzz.io?format=0&source=full
中转代理 JSON:https://pz.v88.qzz.io?format=1&source=full
原始 Base58:https://pz.v88.qzz.io?format=2&source=full
中转 Base58:https://pz.v88.qzz.io?format=3&source=full
支持的功能
- ✅ 支持 GET、POST、PUT、DELETE 等所有 HTTP 方法
- ✅ 自动转发请求头和请求体
- ✅ 保留原始响应头(除敏感信息)
- ✅ 完整的 CORS 支持
- ✅ 超时保护(9 秒)
- ✅ 支持多种配置源切换
- ✅ 支持 Base58 编码输出


