zhangqian
2023-08-15 550bd8a218224e6c73201f444387d66a299f438b
constvar/const.go
@@ -1,15 +1,5 @@
package constvar
type UserStatus int
type UserType int
const (
   UserTypeSuper   UserType = iota + 1 // 超级管理员
   UserTypePrimary                     // 主账户
   UserTypeSub                         // 子账户
)
const (
   ApsServerHost = ""
   NsqTopicScheduleTask = "aps.%v.scheduleTask" //排程任务下发
)