mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
5 lines
140 B
Go
5 lines
140 B
Go
package system
|
|
|
|
const AdminAuthorityId = 888
|
|
const NormalAuthorityId = 1 // 普通用户权限(默认注册的用户都是普通用户)
|