import httpService from "@/request" // 品牌对比-尾翼信息趋势 export function getCountTime0528C(params) { let obj = Object.assign({action: 'getCountTime0528C', sType: 'BrandWeiyi', iContrastType: 1}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 品牌对比-分渠道信息量 export function getSourcetypeC(params) { let obj = Object.assign({action: 'getSourcetypeC', sType: 'BrandWeiyi', iContrastType: 1}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 品牌对比-尾翼top媒体 export function getSourceTopCount0528C(params) { let obj = Object.assign({action: 'getSourceTopCount0528C', sType: 'BrandWeiyi', iContrastType: 1}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) }