feat: code

This commit is contained in:
wangfuduo 2026-07-07 16:35:38 +08:00
parent 6aeb3f068d
commit f73ef2558b
1 changed files with 9 additions and 0 deletions

9
base/config/code.go Normal file
View File

@ -0,0 +1,9 @@
package config
const (
Success = 0
VipExpire = 30000
UerNoPkg = 30001
NoPkg = 30002
NeedUpgrade = 30003
)