infoMarketInformation.js 265 Bytes
const { http } = uni.$u
// 列表和条件筛选
export const getInfoMarketInformationlist = params => http.get('/insight/infoMarketInformation/list', { params })

export const getInfoMarketInformationDetail = id => http.get('/insight/infoMarketInformation/'+id)