diff --git a/plugins/zltx_v2/internal/vo/account_type.go b/plugins/zltx_v2/internal/vo/account_type.go index 658363a..c47d093 100644 --- a/plugins/zltx_v2/internal/vo/account_type.go +++ b/plugins/zltx_v2/internal/vo/account_type.go @@ -5,7 +5,7 @@ import "plugins/utils/helper" type AccountType int64 const ( - AccountTypeDefault AccountType = iota // 充值成功 + AccountTypeDefault AccountType = iota AccountTypePhone AccountTypeQQ )