Claude Code 送了 $100 的 extra balance,但是需要绑卡才能领取
evamayy
·
2026-04-05
·
via V2EX
 |
|
6
monosolo1on1 4 月 6 日
参考 2 楼的: const orgId = document.cookie.match(/(?:^|;\s*)lastActiveOrg=([^;]+)/)?.[1]; if (orgId) { fetch(`https://claude.ai/api/organizations/${orgId}/overage_credit_grant`, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: '{}' }).then(res => res.json()).then(console.log); } 我的 orgId 没有匹配上,自己把 document.cookie 捞出来到 vscode 里面把 ; 符号替换成换行,找到 lastActiveOrg ,再手动赋值 orgId 、用下面的代码调用 API 即可
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。