提交 0375a213 authored 作者: 钟是志's avatar 钟是志

增加加密接口

上级 5b1b9eb0
...@@ -128,6 +128,9 @@ const encryptApiList = [ ...@@ -128,6 +128,9 @@ const encryptApiList = [
api: 'SqlManageEntityApi/findParamsKey', api: 'SqlManageEntityApi/findParamsKey',
key: ['sqlKey'], key: ['sqlKey'],
}, },
{
api: 'UnifiedAppGroupApi/getList',
},
{ {
api: 'UnifiedServiceApi/config', // 禅道 25034 宿舍管理/宿舍维修审核,2021030576L 加个字段 做个字段排序 api: 'UnifiedServiceApi/config', // 禅道 25034 宿舍管理/宿舍维修审核,2021030576L 加个字段 做个字段排序
key: ['config'], key: ['config'],
...@@ -153,6 +156,9 @@ const resBinaryApiList = [ ...@@ -153,6 +156,9 @@ const resBinaryApiList = [
{ {
api: 'getApis', api: 'getApis',
}, },
{
api: 'UnifiedAppGroupApi/getList',
},
]; ];
export { resBinaryApiList }; export { resBinaryApiList };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论