Commit 86eb3c2d by 王召彬

增加业务员权限

parent ae78351c
......@@ -16,6 +16,7 @@ class AuthEnum
const SCOPE_SELLER = 3; //卖家
const SCOPE_OEMADM = 3.1; //oem管理员
const SCOPE_SALESMAN = 3.2; //流量平台业务员
const SCOPE_ADMIN = 4;//管理员
const SCOPE_SUPER_ADMIN = 5; //超级管理员
......@@ -32,6 +33,7 @@ class AuthEnum
const AUTH_TYPE_E_AND_S = 203; //选择授权(用户自己选择进行员工授权还是卖家授权)
const AUTH_TYPE_BUYER = 204; //买家授权
const AUTH_TYPE_OEMADM = 205; //oem管理员授权
const AUTH_TYPE_SALESMAN = 206; // 流量平台业务员
......
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