【已拉闸】ChatGPT Business Plan 专属优惠码 实测长链接+etherfi卡可以过

luoye 2026-07-11 22:43 1

很丝滑就成功了,记得取消订阅不然反撸50u


最新回复 (20)
  • shen1e 07-11 22:43
    1

    焚诀长链发一下 hxd

  • luoye 楼主 07-11 22:45
    2

    @shen1e #1


    (async function () {
    console.log("⏳ 正在生成支付链接...");
    try {
    const session = await fetch("/api/auth/session").then(r => r.json());
    if (!session.accessToken) throw new Error("请先登录 ChatGPT");

    const payload = {
    plan_name: "chatgptteamplan",
    team_plan_data: {
    workspace_name: "myWorkspace",
    price_interval: "month",
    seat_quantity: 2
    },
    billing_details: {
    country: "US",
    currency: "USD"
    },
    cancel_url: "https://chatgpt.com/?promoCode=E9ZFYRHW6P7Q7JE2",
    promo_code: "E9ZFYRHW6P7Q7JE2",
    checkout_ui_mode: "hosted"
    };

    const res = await fetch("https://chatgpt.com/backend-api/payments/checkout", {
    method: "POST",
    headers: {
    Authorization: `Bearer ${session.accessToken}`,
    "Content-Type": "application/json"
    },
    body: JSON.stringify(payload)
    });

    const data = await res.json();
    console.log("完整响应:", data);

    if (data.url) {
    console.log("%c✅ 直接链接:", "color:#10a37f;font-size:18px");
    console.log(data.url);
    // 自动跳转(可选)
    // window.location.href = data.url;
    }
    else if (data.checkout_session_id && data.publishable_key) {
    // 正确做法:使用 Stripe 官方重定向
    console.log("%c✅ 已获取 session_id 和 publishable_key", "color:#10a37f;font-size:18px");
    console.log("session_id:", data.checkout_session_id);
    console.log("publishable_key:", data.publishable_key);

    // 加载 Stripe.js(如果还没加载)
    if (!window.Stripe) {
    await new Promise((resolve, reject) => {
    const script = document.createElement("script");
    script.src = "https://js.stripe.com/v3/";
    script.onload = resolve;
    script.onerror = reject;
    document.head.appendChild(script);
    });
    }

    const stripe = window.Stripe(data.publishable_key);

    console.log("%c🚀 正在跳转到 Stripe 支付页面...", "color:orange;font-size:16px");
    stripe.redirectToCheckout({ sessionId: data.checkout_session_id });
    }
    else {
    console.error("❌ 响应格式异常:", data);
    }
    } catch (e) {
    console.error("出错:", e);
    }
    })();
  • Error-哈哈 07-11 22:47
    3

    能便宜多钱

  • lyy0709 07-11 22:52
    4

    @Error-哈哈 #3 一个月免费

  • Yog-Sothoth 07-11 23:13
    5

    看来奥特曼想要和我对赌,看我记性好不好了。

  • shen1e 07-11 23:18
    6

    @luoye #2

    来交作业了


  • shen1e 07-11 23:19
    7

    @Yog-Sothoth #5


    快冲 ^-^

  • hotwind11 07-11 23:20
    8

    冲!

  • fengqy 07-11 23:23
    9

    666啊,可惜无卡

  • Yog-Sothoth 07-11 23:24
    10

    @shen1e #7

    对了,大佬,一张卡可以订阅几个账号来着?

  • shen1e 07-11 23:25
    11

    @Yog-Sothoth #10

    理论无上限,但据说一卡多绑会封号连坐 ^-^

  • 致靖 07-11 23:26
    12

    @shen1e #11 魔法有限制吗

  • Yog-Sothoth 07-11 23:27
    13

    @shen1e #11 那算了,畏惧了。

  • shen1e 07-11 23:28
    14

    @致靖 #12

    我长链转出来,好几个 ip 都支付不了,后来切换到苹果手机的 esim 美国原生流量开的

  • zdev 07-11 23:28
    15

    号封了吗

  • shen1e 07-11 23:29
    16

    @zdev #15



    我才开通的为啥要封我号 ^-^


    还是个月额度,速蹬 ^-^


  • zdev 07-11 23:32
    17

    @shen1e #16

    我在TG上看有几个号刚刚被封了,开通的

  • shen1e 07-11 23:33
    18

    @zdev #17


    不管了,先瞪了再说,小号无所吊谓

  • zdev 07-11 23:34
    19

    @shen1e #18 先蹬再说 ^-^

  • hotwind11 07-11 23:50
    20

    目前爽用中!

* 帖子来源NodeSeek
返回