Commit ba6e42e4 by 王召彬

增加枚举

parent 033832d7
......@@ -41,7 +41,8 @@ class AuthEnum
const AUTH_TYPE_TRAFFIC_SELLER = 208; // 流量平台的商家
const AUTH_TYPE_SHARER_TALENT = 209; // 流量平台的分享达人
const APP_TYPE_REGISTER = 1; // 店铺注册专用小程序
const APP_TYPE_CATERING = 2; // 餐饮行业店铺管理小程序
......
......@@ -30,7 +30,8 @@ class CfgCenter
const MP_OEMADM = 'mp_oemadm'; // OEM机构管理员公众号后台,使用云脉科技公众号
const TRAFFIC_BACKEND_WEAPP = 'traffic_backend_weapp'; //流量平台业务员端小程序
const TRAFFIC_FRONTEND_WEAPP = 'traffic_frontend_weapp'; //流量平台买家端小程序
const REGISTER_WEAPP = 'register_weapp'; // 注册店铺专用小程序
/**
* 根据用户token获取配置, 优先使用此方法读取配置
* 用法:
......
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