// 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)