Commit a8559d26 by 王召彬

增加流量平台商家权限

parent 2eb524ea
......@@ -18,6 +18,7 @@ class AuthEnum
const SCOPE_SELLER = 3; //卖家
const SCOPE_OEMADM = 3.1; //oem管理员
const SCOPE_SALESMAN = 3.2; //流量平台业务员
const SCOPE_TRAFFIC_SELLER = 3.3; //流量平台商家
const SCOPE_ADMIN = 4;//管理员
const SCOPE_SUPER_ADMIN = 5; //超级管理员
......@@ -36,6 +37,7 @@ class AuthEnum
const AUTH_TYPE_OEMADM = 205; //oem管理员授权
const AUTH_TYPE_SALESMAN = 206; // 流量平台业务员
const AUTH_TYPE_TRAFFIC_BUYER = 207; // 流量平台的买家
const AUTH_TYPE_TRAFFIC_SELLER = 208; // 流量平台的商家
......
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