feat: code
This commit is contained in:
parent
6aeb3f068d
commit
f73ef2558b
|
|
@ -0,0 +1,9 @@
|
||||||
|
package config
|
||||||
|
|
||||||
|
const (
|
||||||
|
Success = 0
|
||||||
|
VipExpire = 30000
|
||||||
|
UerNoPkg = 30001
|
||||||
|
NoPkg = 30002
|
||||||
|
NeedUpgrade = 30003
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue