This commit is contained in:
2026-04-25 20:36:28 +08:00
parent 18c92584d9
commit e89459f093
3 changed files with 96 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ import (
const (
// QuotaLedgerChangeTypePurchaseForSub 主账号为子账号购买额度
QuotaLedgerChangeTypePurchaseForSub = "purchase_for_sub"
// QuotaLedgerChangeTypeConsumeAPI 用户调用API消耗额度
QuotaLedgerChangeTypeConsumeAPI = "api_consume"
)
// SubordinateQuotaPurchase 主账号为子账号购买额度记录