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

加解密修改

上级 6cef7744
......@@ -6,9 +6,15 @@ const encryptApiList = [
{
api: 'UnifiedServicePatternApi/updateForm',
},
{
api: 'UnifiedServicePatternApi/getDetail',
},
{
api: 'SqlManageEntityApi/add',
},
{
api: 'SqlManageEntityApi/find',
},
{
api: 'DataObjApi/addFormData',
},
......@@ -132,6 +138,12 @@ const resBinaryApiList = [
{
api: 'UnifiedAppFormApi/getFormDetail',
},
{
api: 'UnifiedServicePatternApi/getDetail',
},
{
api: 'SqlManageEntityApi/find',
},
]
export { resBinaryApiList };
......
......@@ -112,13 +112,6 @@ export function requestFileInfo(url, datas) {
return res.json();
})
.then(res => {
if (res && res.errCode) {
qqCw({
msg: res.errMsg || res.message,
customErrMsg: res.customErrMsg,
});
return false;
}
if (res && typeof res === 'object' && res.rbin) {
res = binaryToStr(res.rbin);
if (isJSON(res)) {
......@@ -126,6 +119,13 @@ export function requestFileInfo(url, datas) {
}
// console.log(res);
}
if (res && res.errCode) {
qqCw({
msg: res.errMsg || res.message,
customErrMsg: res.customErrMsg,
});
return false;
}
return res;
});
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论