From 1aceaa83fd946097219e65483961af4d58c6d4bc Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 12 May 2026 17:13:32 +0800 Subject: [PATCH] Update CPA and Discord guidance --- README.md | 4 ++-- docs/index.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7fe7c68..f16e690 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Plus 号可以用此方式导入中转站使用;Free 号的 access token 不 解释一下: plus激活前(free状态)或激活后(plus状态)获取的session在使用上没有区别(free时拿到的session, 激活plus后就可以调模型了),只是账号级别标识有点区别(标识为free or plus),不影响调模型。 换句话讲,不管你啥时候拿到的session, 用本项目转换导入中转站,只要账号当前激活了plus, 就能正常调模型接口。 -本工具主要针对 Plus 账号适用,Free 账号即使转换了也没有权限调用 GPT 模型。Plus 账号可以在 Discord 频道每日签到领取激活,然后配合本工具导入 CPA or Sub2API 使用。 +本工具主要针对 Plus 账号适用,Free 账号即使转换了也没有权限调用 GPT 模型。GoPay 拉闸了,没法每天发 Plus 了;加入 Discord 频道免费获取 GPT 撸羊毛信息,然后配合本工具导入 CPA or Sub2API 使用。 -## **Discord 频道每日签到领取免费 plus 账号(每天都能领一个plus):** +## **加入 Discord 频道免费获取 GPT 撸羊毛信息:** ### [**》》 加入 Discord 频道 《《**](https://discord.gg/GFmHY2TZNy) diff --git a/docs/index.html b/docs/index.html index d75549c..a0cc95b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -686,8 +686,8 @@ - Discord频道每日签到领取免费plus账号 - 本工具主要针对 Plus 账号适用,Free 账号即使转换了也没有权限调用 GPT 模型。Plus 账号可以在 Discord 频道每日签到领取激活,然后配合本工具导入 CPA or Sub2API 使用。 + 加入 Discord 频道免费获取 GPT 撸羊毛信息 + 本工具主要针对 Plus 账号适用,Free 账号即使转换了也没有权限调用 GPT 模型。GoPay 拉闸了,没法每天发 Plus 了;加入 Discord 频道免费获取 GPT 撸羊毛信息,然后配合本工具导入 CPA or Sub2API 使用。 加入频道 @@ -1217,7 +1217,7 @@ : undefined; const idToken = firstNonEmpty(inputIdToken, syntheticIdToken); - const cpa = stripUnavailable({ + const cpa = Object.fromEntries(Object.entries({ type: "codex", account_id: accountId, chatgpt_account_id: accountId, @@ -1228,12 +1228,12 @@ id_token: idToken, id_token_synthetic: Boolean(syntheticIdToken) || undefined, access_token: accessToken, - refresh_token: refreshToken, + refresh_token: refreshToken || "", session_token: sessionToken, last_refresh: exportedAt, expired: expiresAt, disabled: Boolean(record.disabled) || undefined, - }); + }).filter(([, value]) => value !== undefined && value !== null)); const cockpit = { type: "codex",