Use the gin framework

This commit is contained in:
2025-10-26 14:48:02 +08:00
parent 9e0eb1497b
commit d844403505
29 changed files with 1612 additions and 1858 deletions

View File

@@ -1,10 +1,7 @@
package constants
// 验证码类型常量
// VerificationCodeType 定义验证码的类型
// 应用程序版本信息
const (
// VerificationCodeTypeText 文本验证码
VerificationCodeTypeText = 1
// VerificationCodeTypeImage 图片验证码
VerificationCodeTypeImage = 2
// AppVersion 应用程序版本号
AppVersion = "1.2.0"
)