GPT现在还有切换到菲区的方法吗?

lese 2026-08-21 12:32 1

------ 其他人发的方法已经不行,米国节点提示“Billing country must match request country”


Pro 20x(菲律宾区)操作步骤:

流程和上面一致,只需要换另一个脚本。



  1. 登录 chatgpt.com

  2. F12 打开控制台

  3. 粘贴下方脚本并执行

  4. 跳转后同样选择美国免税州地址支付

    菲律宾 20x 脚本(直接复制整段):


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("chatgpt.com/backend-api/pa…",{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="chatgpt.com/checkout/opena…"+d.checkout_session_id:alert("提取失败:"+(d.detail||JSON.stringify(d)))}catch(e){alert("发生错误:"+e)}})();

最新回复 (2)
  • leos 08-21 13:14
    1

    新账号还需要这样吗?

  • lese 楼主 08-21 14:46
    2

    @leos #1

    新账号,页面没有切换的按钮

* 帖子来源NodeSeek
返回