Earmer Carey (@earmer) 在 假若你因为Claude送额度却因为Apple Store订阅或者是Play订阅需要额外绑卡…… 中发帖
粘贴到Console中。
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);
}
来自X,假若是某位佬友的原创请告知我。