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