Commit c7d293cf by feixiang

授权枚举增加超级管理员权限

parent a58ebd26
......@@ -16,6 +16,7 @@ class AuthEnum
const SCOPE_SELLER = 3; //卖家
const SCOPE_ADMIN = 4;//管理员
const SCOPE_SUPER_ADMIN = 5; //超级管理员
const AUTH_BACKEND = 100;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment