* 'dev' of git.oa00.com:SWS/carInsightSystem: 张雄-WeiboDetails-(微博洞察详情,微博人物画像,微博用户活跃地区,微博内容top声量)prod
commit
058aecf7fd
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,74 @@
|
|||||||
|
import httpService from "@/request"
|
||||||
|
export function getBrandWeiBoCount0528(params) {
|
||||||
|
let obj = Object.assign({action: 'getBrandWeiBoCount0528', sType: 'BrandWeiBo'}, params)
|
||||||
|
return httpService({
|
||||||
|
url: `/api/v6.ashx`,
|
||||||
|
method: 'post',
|
||||||
|
data: obj,
|
||||||
|
headers: {
|
||||||
|
'content-type': 'application/x-www-form-urlencoded'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getAffections(params) {
|
||||||
|
let obj = Object.assign({action: 'getAffections', 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'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getDirectWeiBo0528(params) {
|
||||||
|
let obj = Object.assign({action: 'getDirectWeiBo0528', 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 getRegionWeiBo(params) {
|
||||||
|
let obj = Object.assign({action: 'getRegionWeiBo', sType: 'BrandWeiBo'}, params)
|
||||||
|
return httpService({
|
||||||
|
url: `/api/v6.ashx`,
|
||||||
|
method: 'post',
|
||||||
|
data: obj,
|
||||||
|
headers: {
|
||||||
|
'content-type': 'application/x-www-form-urlencoded'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
Loading…
Reference in new issue