src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -866,7 +866,7 @@ }) Api.directRequest(url, btn.method, param, btn.cross).then(res => { if (typeof(res) !== 'object' || Array.isArray(res)) { if (typeof(res) !== 'object') { let error = '未知的返回结果!' if (typeof(res) === 'string') { @@ -881,6 +881,9 @@ this.customCallbackRequest(params, result, record, _resolve) } else { if (Array.isArray(res)) { res = { data: res } } res.mk_api_key = mkey this.customCallbackRequest(params, res, record, _resolve) }