主 题:格鲁吉亚的bybit,team付款改长链需要改到格鲁吉亚吗?改哪里呀?
发 布 者:Cyrus9527
标签分类: 日常
时 间:2026-07-18 23:49:22
内容预览:(async function generateUKTeamLink() {console.log(" 正在生成英国 Team 支付链接(使用 ramsacuk)...");let accessToken;try { const session = await fetch("/api/auth/session").then(r =%26gt%3b r.json()); accessToken = session?.accessToken; if (!accessToken) { throw new Error("accessToken 为空"); }} catch (e) { console.error(" 获取 Token 失败:", e.message); return;}console.log(" Token 获取成功");const COUPON = "ramsacuk";const payload = { plan_name: "chatgptteamplan", team_plan_data: { workspace_name: "myWorkspace", price_interval: "month", seat_quantity: 2 }, billing_details: { country: "GB", currency: "GBP" }, cancel_url: `https://chatgpt.com/?promoCode=${encodeURIComponent(COUPON)}`, promo_code: COUPON, checkout_ui_mode: "hosted"};conso
直达链接: https://www.nodeseek.com/post-828308-1
 
 
Back to Top