Loading... ecodeSDK.rewriteApiParamsQueueSet({ fn: (url, method, params) => { if (url.indexOf('/api/public/browser/data/142') > -1) { if (window.radio) { if(window.radio.length>1){ return { url: url, // 接口路径 method: method, // 请求类型 params: params, } }else{ params.companyType = window.radio if (method == 'GET') { url = url + '&companyType=' + window.radio } } }else{ params.companyType = '0' if (method == 'GET') { url = url + '&companyType=' + '0' } } } return { url: url, // 接口路径 method: method, // 请求类型 params: params, } }, desc: '复写PC端接口传参' }, 1); 最后修改:2022 年 07 月 29 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 0 如果觉得我的文章对你有用,请随意赞赏