-
+
-
+
-
+
-
- {{ typeText(row.type) }}
-
+ {{ typeText(row.type) }}
-
-
+
+
-
- {{ row.password || '-' }}
-
-
- {{ `${row.password || '-'} / ${row.token || '-'}` }}
-
+ {{ row.password || '-' }}
+ {{ `${row.password || '-'} / ${row.token || '-'}` }}
{{ row.token || '-' }}
-
+
-
- {{ row.extracted ? '已提取' : '未提取' }}
-
+ {{ row.extracted ? '已提取' : '未提取' }}
-
+
- {{ platformText(row.extractedPlatform) }}
+
+ {{ platformText(row.extractedPlatform) }}
+
+ -
-
+
详情
-
- 提取
-
+ 提取
@@ -346,30 +329,19 @@ onMounted(() => {
{{ detailRow.id }}
-
- {{ typeText(detailRow.type) }}
-
-
- {{ detailRow.account || '-' }}
-
-
- {{ detailRow.password || '-' }}
-
-
- {{ detailRow.token || '-' }}
-
-
- {{ detailRow.extracted ? '已提取' : '未提取' }}
-
-
- {{ detailRow.extractedAt || '-' }}
-
+ {{ typeText(detailRow.type) }}
+ {{ detailRow.account || '-' }}
+ {{ detailRow.password || '-' }}
+ {{ detailRow.token || '-' }}
+ {{ detailRow.extracted ? '已提取' : '未提取' }}
+ {{ detailRow.extractedAt || '-' }}
- {{ platformText(detailRow.extractedPlatform) }}
-
-
- {{ detailRow.remark || '-' }}
+
+ {{ platformText(detailRow.extractedPlatform) }}
+
+ -
+ {{ detailRow.remark || '-' }}
@@ -379,65 +351,97 @@ onMounted(() => {
-
- 本地
- 闲鱼
-
+
+
+
取消
-
- 确认提取
-
+ 确认提取
+
+
+
+
+
+ 该接口为对外公开接口,无需登录认证,每次调用自动提取一条未使用的卡密并标记为已提取(不可重复)。
+
+
+
接口地址
+
GET
+
https://api.yunzer.cn/api/getcard
+
+
+
请求参数
+
+
+
+
+ {{ row.required ? '是' : '否' }}
+
+
+
+
+
+
+
+
调用示例
+
+
{{ ex.label }}
+
+ {{ ex.url }}
+ 复制
+
+
+
+
+
成功响应
+
{{ successResp }}
+
+
+
失败响应
+
{{ errorResp }}
+
+
+
支持的平台(type 参数)
+
+
+
+
+
+
+
+
支持的号池(module 参数)
+
+
+
+
+
+
+
+