// export const bannerList = (params, config = {}) => uni.$u.http.get(`/1`, {params, config, custom: { auth: false }}) // export const Openid = (params, config = {custom: { auth: true }}) => uni.$u.http.post(`/2`, params, config) // 监测更新 export const selectVersion = (params, config) => uni.$u.http.get(`/pda/selectVersion`, params, ) // 下载apk包 export const downloadApk = (params, config = {custom: { auth: false }}) => uni.$u.http.post(`/pda/downloadApk`, params, config)