diff --git a/src/api/ModelInsight/index.js b/src/api/ModelInsight/index.js index 7273f66..094360b 100644 --- a/src/api/ModelInsight/index.js +++ b/src/api/ModelInsight/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-28 16:40:48 - * @LastEditTime: 2021-11-01 14:15:10 + * @LastEditTime: 2021-11-01 15:49:49 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/api/ModelInsight/index.js @@ -47,3 +47,65 @@ export function getSourcetypeTime(params) { } }) } + +// 车型热门事件列表 +export function getHotEventsList0528(params) { + let obj = Object.assign({action: 'getHotEventsList0528', sType: 'HotEvent'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +// 车型热点事件 +export function getHotEventsType(params) { + let obj = Object.assign({action: 'getHotEventsType', sType: 'HotEvent'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +// 车型-微博KOL +export function getBoauthenCount0528(params) { + let obj = Object.assign({action: 'getBoauthenCount0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 车型-微博人物画像 +export function getSexMergeWeiBo(params) { + let obj = Object.assign({action: 'getSexMergeWeiBo', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} +// 车型-微博声量趋势 +export function getCountTime0528(params) { + let obj = Object.assign({action: 'getCountTime0528', sType: 'BrandWeiBo'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} diff --git a/src/views/BrandInsight/popularEvents/index.vue b/src/views/BrandInsight/popularEvents/index.vue index 0706a37..1b6d51e 100644 --- a/src/views/BrandInsight/popularEvents/index.vue +++ b/src/views/BrandInsight/popularEvents/index.vue @@ -1,7 +1,7 @@ diff --git a/src/views/ModelInsight/mlWeiboKol/index.vue b/src/views/ModelInsight/mlWeiboKol/index.vue index a31c985..3bd6c60 100644 --- a/src/views/ModelInsight/mlWeiboKol/index.vue +++ b/src/views/ModelInsight/mlWeiboKol/index.vue @@ -1,7 +1,7 @@