直充类型商品必传

This commit is contained in:
李子铭 2024-11-11 18:13:41 +08:00
parent 06b6c24d7f
commit 103c9ab571
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import "plugins/utils/helper"
type AccountType int64
const (
AccountTypeDefault AccountType = iota // 充值成功
AccountTypeDefault AccountType = iota
AccountTypePhone
AccountTypeQQ
)