
























邀请资格 (async () => { if (location.hostname !== "chatgpt.com") { throw new Error("请在 https://chatgpt.com 页面执行"); } const referralKey = "codex_referral_persistent_invite"; const sessionRes = await fetch("/api/auth/session", { credentials: "include", headers: { accept: "application/json" }, }); const session = await sessionRes.json(); const token = session.accessToken; if (!token) { throw new Error("无法获取 accessToken,请确认已登录 ChatGPT"); } async function api(path)...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。