wfz 3 years ago
parent
commit
1bb3a3225e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      define/user.go

+ 5 - 0
define/user.go

@@ -18,3 +18,8 @@ var (
 	ExcellentUser = "excellentUser" // 优质用户
 	CommonUser    = "commonUser"    // 普通用户
 )
+
+var (
+	RechargeFirst = "首充"
+	RechargeNew   = "新人"
+)