Commit 72c5f3cb by 王召彬

Merge branch 'ft-catering' into test

parents a85f0df3 ba6e42e4
......@@ -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; // 餐饮行业店铺管理小程序
......
......@@ -31,7 +31,8 @@ class CfgCenter
const TRAFFIC_BACKEND_WEAPP = 'traffic_backend_weapp'; //流量平台业务员端小程序
const TRAFFIC_FRONTEND_WEAPP = 'traffic_frontend_weapp'; //流量平台买家端小程序
const CATERING_WEAPP = 'catering_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