feat: import services and standardize Go 1.26.5
This commit is contained in:
15
apps/social/group/internal/logic/basic/const.go
Normal file
15
apps/social/group/internal/logic/basic/const.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package basic
|
||||
|
||||
const (
|
||||
ROLE_MEMBER = 0 // 普通会员
|
||||
ROLE_MASTER = 1 // 管理员
|
||||
ROLE_SUPER_MASTER = 2 // 超级管理员
|
||||
ROLE_CREATEOR = 10 // 创建者
|
||||
|
||||
DefaultMemberLimit = 500 // 群组最大成员数
|
||||
DefaultEnableAnyJoin bool = true // 是否开启无需验证即可加入群组
|
||||
)
|
||||
|
||||
var (
|
||||
filed string = "passport_identity as identity,nickname,avatar,sex,province,city,area,sign"
|
||||
)
|
||||
Reference in New Issue
Block a user