
1 YanSeven 19 天前 我是 google pay 支付的,不需要绑卡吧,直接就领了 |
3 madtwilight 19 天前 via Android |
4 wukaige 19 天前 via Android 为啥我只有$20 |
6 monosolo1on1 18 天前 参考 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 即可 |
7 ChristopherCheng 17 天前 @wukaige Pro 用户 20 ,Max 5X 100. |