import httpService from "@/request" // 主题对比-列表选择 export function getSchemeDataToTheme(params) { let obj = Object.assign({action: 'getSchemeDataToTheme', sType: 'contrast'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 主题对比-信息量趋势 export function getCountTime0528C(params) { let obj = Object.assign({action: 'getCountTime0528C', sType: 'BrandOverview',iContrastType: '4'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 主题对比-整体信息量 export function getContrastCount0528C(params) { let obj = Object.assign({action: 'getContrastCount0528C', sType: 'BrandOverview',iContrastType: '4'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 主题对比-调性比例 export function getAffectionsC(params) { let obj = Object.assign({action: 'getAffectionsC', sType: 'BrandOverview',iContrastType: '4'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 主题对比-整体互动人数 export function getInteractCount0528C(params) { let obj = Object.assign({action: 'getInteractCount0528C', sType: 'BrandOverview',iContrastType: '4'}, 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: 'BrandOverview',iContrastType: '4'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 主题对比-重点媒体传播对比 export function getSourceCount0528C(params) { let obj = Object.assign({action: 'getSourceCount0528C', sType: 'BrandOverview',iContrastType: '4'}, 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: 'BrandOverview',iContrastType: '4'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) } // 主题对比-整体词云对比 export function getPositiveAndNegative0528C(params) { let obj = Object.assign({action: 'getPositiveAndNegative0528C', sType: 'BrandOverview',iContrastType: '4'}, params) return httpService({ url: `/api/v6.ashx`, method: 'post', data: obj, headers: { 'content-type': 'application/x-www-form-urlencoded' } }) }