index.js 234 B

123456
  1. //
  2. export const bannerList = (params, config = {}) => uni.$u.http.get(`/1`, {params, config, custom: { auth: false }})
  3. //
  4. export const Openid = (params, config = {custom: { auth: true }}) => uni.$u.http.post(`/2`, params, config)