From 103c9ab57146da5093b5c920caaa45c8f21594bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= <zi__mm@163.com> Date: Mon, 11 Nov 2024 18:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E5=85=85=E7=B1=BB=E5=9E=8B=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=BF=85=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/zltx_v2/internal/vo/account_type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )