Remove the card password related

New application-related
This commit is contained in:
2025-10-24 01:48:54 +08:00
parent 11bff937bd
commit f03d2d0b12
22 changed files with 657 additions and 3623 deletions

View File

@@ -1,36 +1,5 @@
package constants
// 卡密状态常量
// CardStatus 定义卡密的状态
const (
// CardStatusUnused 未使用
CardStatusUnused = 0
// CardStatusUsed 已使用
CardStatusUsed = 1
// CardStatusDisabled 禁用
CardStatusDisabled = 2
)
// 登录类型状态常量
// LoginTypeStatus 定义登录类型的状态
const (
// LoginTypeStatusDisabled 禁用
LoginTypeStatusDisabled = 0
// LoginTypeStatusEnabled 启用
LoginTypeStatusEnabled = 1
)
// 卡密类型状态常量
// CardTypeStatus 定义卡密类型的状态
const (
// CardTypeStatusDisabled 禁用
CardTypeStatusDisabled = 0
// CardTypeStatusEnabled 启用
CardTypeStatusEnabled = 1
)
// 验证码类型常量
// VerificationCodeType 定义验证码的类型
const (