mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
Use the gin framework
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
package constants
|
||||
|
||||
// 验证码类型常量
|
||||
// VerificationCodeType 定义验证码的类型
|
||||
// 应用程序版本信息
|
||||
const (
|
||||
// VerificationCodeTypeText 文本验证码
|
||||
VerificationCodeTypeText = 1
|
||||
// VerificationCodeTypeImage 图片验证码
|
||||
VerificationCodeTypeImage = 2
|
||||
// AppVersion 应用程序版本号
|
||||
AppVersion = "1.2.0"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user