@0x2026 在 claude 免绑卡领送的等同套餐的额度 中发帖
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);
}
亲测可用
[image]