GPT 零元购怎么跳过

tewse 2026-06-16 17:03 1

有哪位佬知道GPT 零元购怎么跳过啊,想给自己账号充值,但是一直有零元购,银行卡直接给拒付了 ^-^

最新回复 (7)
  • ding 06-16 17:05
    1

    你从日本节点换成美国,新加坡等国家就没了(我的是这样)

  • Violet 06-16 17:06
    2

    我是 Google play 直接充的,没有零元购

  • Zarf 06-16 17:08
    4

    给,登陆后,直接粘贴到console里回车

    javascript:(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)}})();

  • TobeNo.1 06-16 17:26
    5

    佬,这个提取出来是Pro的套餐,如果是Plus 0元购的,应该怎么改

  • Zarf 06-16 17:27
    6

    chatgptpro



    chatgptpro >>> chatgptplusplan

    替换一下

  • TobeNo.1 06-16 17:30
    7

    哦,刚改成了chatplus,少了个plan,日本的话改成了这样,提取后0元的优惠没了.. ^-^

    javascript:(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”:“chatgptplusplan”,“billing_details”:{“country”:“JP”,“currency”:“JPY”},“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)}})();

  • Zarf 06-16 17:35
    8

    这个是要付费的, 0元试用不支持这个方案

* 帖子来源Linux.do
返回