|
@@ -1,5 +1,5 @@
|
|
|
-import request from '@/api'
|
|
|
import qs from 'qs'
|
|
|
+import request from '@/api'
|
|
|
|
|
|
// 潜在项目预测list接口
|
|
|
export function getPotenList(data) {
|
|
@@ -7,7 +7,7 @@ export function getPotenList(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forPList',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -17,7 +17,7 @@ export function getProjectList(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/analysis/projectName',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -27,7 +27,7 @@ export function getResultDetail(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forWResult',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -37,7 +37,7 @@ export function getEntFollowList(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/follow/ent/list',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -47,7 +47,7 @@ export function getBidAssociation(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/search/ent/association',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -67,7 +67,7 @@ export function getBidProjectInfo(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/analysis/projectInfo',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -77,7 +77,7 @@ export function getForWData(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forWData',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -87,7 +87,7 @@ export function getForWStatus(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forWStatus',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -97,7 +97,7 @@ export function getForWResult(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forWResult',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -107,7 +107,7 @@ export function getPotenDetail(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forPContent',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -117,7 +117,7 @@ export function getfollowCheck(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/follow/ent/followCheck',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -127,7 +127,7 @@ export function getBidAiused(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/use/aiused_history',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -137,7 +137,7 @@ export function getBdInfoStatus(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/bdInfoStatus',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -147,7 +147,7 @@ export function getSearchByNames(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/entinfo/bynames',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -157,7 +157,7 @@ export function getNewMsgSelects(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/portrait/winner/getNewMsgSelects',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -167,7 +167,7 @@ export function getSvipMsgSelects(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/portrait/subVipPortrait/getNewMsgSelects',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -177,7 +177,7 @@ export function changeEntGroup(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/follow/ent/changeGroup',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -195,6 +195,26 @@ export function forecastDataExport(data) {
|
|
|
return request({
|
|
|
url: '/bigmember/forecast/forDerive',
|
|
|
method: 'post',
|
|
|
- data: data
|
|
|
+ data
|
|
|
+ })
|
|
|
+}
|
|
|
+
|
|
|
+// 企业监控分组(仅有获取),不含达到分组上限
|
|
|
+export function ajaxFollowEntGroup(data) {
|
|
|
+ data = qs.stringify(data)
|
|
|
+ return request({
|
|
|
+ url: '/bigmember/follow/ent/labelGroupList',
|
|
|
+ method: 'post',
|
|
|
+ data
|
|
|
+ })
|
|
|
+}
|
|
|
+
|
|
|
+// 企业监控分组(获取、新增、编辑、删除),(获取)包含达到监控上限相关字段
|
|
|
+export function ajaxFollowUpdateGroup(data) {
|
|
|
+ data = qs.stringify(data)
|
|
|
+ return request({
|
|
|
+ url: '/bigmember/follow/ent/labelGroup',
|
|
|
+ method: 'post',
|
|
|
+ data
|
|
|
})
|
|
|
}
|