src/tabviews/custom/index.jsx
@@ -339,7 +339,7 @@ }) Api.directRequest(url, setting.method, param, setting.cross).then(res => { if (typeof(res) !== 'object' || Array.isArray(res)) { if (typeof(res) !== 'object') { let error = '未知的返回结果!' if (typeof(res) === 'string') { @@ -354,6 +354,9 @@ this.customCallbackRequest(_result, setting, inters) } else { if (Array.isArray(res)) { res = { data: res } } res.mk_api_key = mkey this.customCallbackRequest(res, setting, inters) }