Commit 570ec446 by feixiang

授权枚举修改

parent 70510aff
......@@ -11,7 +11,7 @@ class AuthEnum
{
const SCOPE_BUYER = 1; //买家
const SCOPE_CMAN = 2; //手艺人
const SCOPE_EMPLOYEE = 2; //手艺人
const SCOPE_SELLER = 3; //卖家
......@@ -21,5 +21,12 @@ class AuthEnum
const AUTH_BACKEND = 100;
const AUTH_FRONTEND = 101;
const AUTH_TYPE_SELLER = 200; //卖家授权
const AUTH_TYPE_EMPLOYEE = 201; //员工授权
const AUTH_TYPE_E_AND_S = 203; //选择授权(用户自己选择进行员工授权还是卖家授权)
}
\ 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