1.修改用户行为统计的接口版本号。

2.修改app policy下发配置时增加自定义域config_id=compileId.
3.增加流量日志菜单字典
This commit is contained in:
zhangwei
2018-12-29 14:53:57 +06:00
parent 3274affd75
commit 12dce602f1
7 changed files with 18 additions and 12 deletions

View File

@@ -1025,7 +1025,7 @@ public class AppCfgService extends BaseService {
if(StringUtil.isEmpty(entity.getUserRegion4())){
userRegion+=Constants.USER_REGION_SPLIT +Constants.APP_VIGNORE_USER_REGION_KEY+"=1";
}
userRegion+=Constants.USER_REGION_SPLIT+"config_id="+entity.getCompileId();
maatCfg.setUserRegion(userRegion);
configCompileList.add(maatCfg);
maatBean.setConfigCompileList(configCompileList);