求教 菲区GPT充值问题

shishiliu 2026-08-13 17:14 1

想自己在网页通过长链的方式充值gpt20x,请问现在是必须先开plus在升级20x么

最新回复 (5)
  • shishiliu 楼主 08-13 17:15
    1

    用这个脚本好像直接就能付20X,但是第一次没经验,还是问问各位


    avascript:(async function(){try{const t=await(await fetch("/api/auth/session")).json();if(!t.accessToken){alert("请先登录 ChatGPT 再运行脚本");return}const p={"entry_point":"all_plans_pricing_modal","plan_name":"chatgptpro","billing_details":{"country":"PH","currency":"PHP"},"checkout_ui_mode":"custom"};const r=await fetch("https://chatgpt.com/backend-api/payments/checkout",{method:"POST",headers:{Authorization:"Bearer "+t.accessToken,"Content-Type":"application/json"},body:JSON.stringify(p)});const d=await r.json();d.checkout_session_id?window.location.href="https://chatgpt.com/checkout/openai_llc/"+d.checkout_session_id:alert("获取支付链接失败:"+(d.detail||JSON.stringify(d)))}catch(e){alert("脚本运行出错:"+e)}})();

  • shishiliu 楼主 08-13 17:18
    2

    自顶

  • meklo-DE 08-13 17:19
    3

    好像都是要先开plus的吧(穷逼没用过pro)

  • Newbie-rd 08-13 17:20
    4

    菲区便宜很多嘛?好像没差多少吧

  • shishiliu 楼主 08-13 17:22
    5

    @Newbie-rd #4 大概也就1000的样子

* 帖子来源NodeSeek
返回