Commit ac19f720 by 王召彬

增加流量平台买家角色

parent 86eb3c2d
......@@ -10,6 +10,7 @@ namespace Hdll\Services\Auth\Enum;
class AuthEnum
{
const SCOPE_BUYER = 1; //买家
const SCOPE_TRAFFIC_BUYER = 1.1; //流量平台的买家
const SCOPE_EMPLOYEE = 2; //手艺人
const SCOPE_AGENT = 2; // 店铺分销代理者
......@@ -34,6 +35,7 @@ class AuthEnum
const AUTH_TYPE_BUYER = 204; //买家授权
const AUTH_TYPE_OEMADM = 205; //oem管理员授权
const AUTH_TYPE_SALESMAN = 206; // 流量平台业务员
const AUTH_TYPE_TRAFFIC_BUYER = 207; // 流量平台的买家
......
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