diff --git a/internal/model/log/log.go b/internal/model/log/log.go index c327249..c5da9ab 100644 --- a/internal/model/log/log.go +++ b/internal/model/log/log.go @@ -43,7 +43,7 @@ const ( BalanceTypeReward uint16 = 325 // Reward CommissionTypePurchase uint16 = 331 // Purchase CommissionTypeRenewal uint16 = 332 // Renewal - CommissionTypeRefund uint16 = 333 // Gift + CommissionTypeRefund uint16 = 333 // Refund GiftTypeIncrease uint16 = 341 // Increase GiftTypeReduce uint16 = 342 // Reduce )