Commit 70510aff by feixiang

授权类型枚举增加

parent 66ed5ea4
......@@ -18,8 +18,8 @@ class AuthEnum
const SCOPE_ADMIN = 4;//管理员
const AUTH_BACKEND = 1;
const AUTH_FRONTEND = 2;
const AUTH_BACKEND = 100;
const AUTH_FRONTEND = 101;
}
\ No newline at end of file
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