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

加密接口修改

上级 0375a213
...@@ -36,6 +36,12 @@ const encryptApiList = [ ...@@ -36,6 +36,12 @@ const encryptApiList = [
{ {
api: 'UnifiedAppFormApi/getFormDetail', api: 'UnifiedAppFormApi/getFormDetail',
}, },
{
api: 'UnifiedWebPatternApi/save',
},
{
api: 'UnifiedWebPatternApi/getDetail',
},
{ {
api: '/CmsApi/', api: '/CmsApi/',
}, },
...@@ -159,6 +165,9 @@ const resBinaryApiList = [ ...@@ -159,6 +165,9 @@ const resBinaryApiList = [
{ {
api: 'UnifiedAppGroupApi/getList', api: 'UnifiedAppGroupApi/getList',
}, },
{
api: 'UnifiedWebPatternApi/getDetail',
},
]; ];
export { resBinaryApiList }; export { resBinaryApiList };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论