|
@@ -5,7 +5,7 @@ import qs from 'qs'
|
|
export function getUnitDt(data) {
|
|
export function getUnitDt(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/buyer/getNewMsg',
|
|
|
|
|
|
+ url: '/bigmember/portrait/buyer/getNewMsg',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -15,7 +15,7 @@ export function getUnitDt(data) {
|
|
export function getVipUnitDt(data) {
|
|
export function getVipUnitDt(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/subVipPortrait/buyer/getNewMsg',
|
|
|
|
|
|
+ url: '/bigmember/subVipPortrait/buyer/getNewMsg',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -25,7 +25,7 @@ export function getVipUnitDt(data) {
|
|
export function getUnitChart(data) {
|
|
export function getUnitChart(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/buyer/getData',
|
|
|
|
|
|
+ url: '/bigmember/portrait/buyer/getData',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -35,7 +35,7 @@ export function getUnitChart(data) {
|
|
export function getVipUnitChart(data) {
|
|
export function getVipUnitChart(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/subVipPortrait/buyer/getData',
|
|
|
|
|
|
+ url: '/bigmember/subVipPortrait/buyer/getData',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -55,7 +55,7 @@ export function getMapJson(data) {
|
|
export function getEntChart(data) {
|
|
export function getEntChart(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/winner/getData',
|
|
|
|
|
|
+ url: '/bigmember/portrait/winner/getData',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -65,7 +65,7 @@ export function getEntChart(data) {
|
|
export function getEntAssociatedInfo(data) {
|
|
export function getEntAssociatedInfo(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/winner/noLoginAssociatedInfo',
|
|
|
|
|
|
+ url: '/bigmember/portrait/winner/noLoginAssociatedInfo',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -75,7 +75,7 @@ export function getEntAssociatedInfo(data) {
|
|
export function getSubVipEntChart(data) {
|
|
export function getSubVipEntChart(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/subVipPortrait/winner',
|
|
|
|
|
|
+ url: '/bigmember/portrait/subVipPortrait/winner',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -85,7 +85,7 @@ export function getSubVipEntChart(data) {
|
|
export function getEntWinnerSelect(data) {
|
|
export function getEntWinnerSelect(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/winner/selects',
|
|
|
|
|
|
+ url: '/bigmember/portrait/winner/selects',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -95,7 +95,7 @@ export function getEntWinnerSelect(data) {
|
|
export function getsubVipPortraitSelect(data) {
|
|
export function getsubVipPortraitSelect(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/subVipPortrait/selects',
|
|
|
|
|
|
+ url: '/bigmember/portrait/subVipPortrait/selects',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -105,7 +105,7 @@ export function getsubVipPortraitSelect(data) {
|
|
export function getEntForm(data) {
|
|
export function getEntForm(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/ent/detail',
|
|
|
|
|
|
+ url: '/bigmember/portrait/ent/detail',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -115,7 +115,7 @@ export function getEntForm(data) {
|
|
export function getSubVipEntForm(data) {
|
|
export function getSubVipEntForm(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/subVipPortrait/entDetail',
|
|
|
|
|
|
+ url: '/bigmember/portrait/subVipPortrait/entDetail',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -125,7 +125,7 @@ export function getSubVipEntForm(data) {
|
|
export function getEntChangeList(data) {
|
|
export function getEntChangeList(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/follow/ent/entChangeList',
|
|
|
|
|
|
+ url: '/bigmember/follow/ent/entChangeList',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -135,7 +135,7 @@ export function getEntChangeList(data) {
|
|
export function getBuyerSelect(data) {
|
|
export function getBuyerSelect(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/buyer/selects',
|
|
|
|
|
|
+ url: '/bigmember/portrait/buyer/selects',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -145,7 +145,7 @@ export function getBuyerSelect(data) {
|
|
export function getVipBuyerSelect(data) {
|
|
export function getVipBuyerSelect(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/subVipPortrait/buyer/selects',
|
|
|
|
|
|
+ url: '/bigmember/subVipPortrait/buyer/selects',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -155,7 +155,7 @@ export function getVipBuyerSelect(data) {
|
|
export function getNewMsg(data) {
|
|
export function getNewMsg(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/winner/getNewMsg',
|
|
|
|
|
|
+ url: '/bigmember/portrait/winner/getNewMsg',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -165,7 +165,7 @@ export function getNewMsg(data) {
|
|
export function getSvipNewMsg(data) {
|
|
export function getSvipNewMsg(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/subVipPortrait/winnerNewMsg',
|
|
|
|
|
|
+ url: '/bigmember/portrait/subVipPortrait/winnerNewMsg',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -175,7 +175,7 @@ export function getSvipNewMsg(data) {
|
|
export function setFollowEnt(data) {
|
|
export function setFollowEnt(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/follow/ent/addFollow',
|
|
|
|
|
|
+ url: '/bigmember/follow/ent/addFollow',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -185,7 +185,7 @@ export function setFollowEnt(data) {
|
|
export function setCancelEnt(data) {
|
|
export function setCancelEnt(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/follow/ent/delFollow',
|
|
|
|
|
|
+ url: '/bigmember/follow/ent/delFollow',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -194,8 +194,7 @@ export function setCancelEnt(data) {
|
|
// 查询当前企业是否在 关注的客户 列表中
|
|
// 查询当前企业是否在 关注的客户 列表中
|
|
export function getStatusCustomer(data) {
|
|
export function getStatusCustomer(data) {
|
|
return request({
|
|
return request({
|
|
- baseURL: '/publicapply',
|
|
|
|
- url: '/customer/check',
|
|
|
|
|
|
+ url: '/publicapply/customer/check',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -205,8 +204,7 @@ export function getStatusCustomer(data) {
|
|
export function setStatusCustomer(data) {
|
|
export function setStatusCustomer(data) {
|
|
// data = qs.stringify(data)
|
|
// data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- baseURL: '/publicapply',
|
|
|
|
- url: '/customer/attention',
|
|
|
|
|
|
+ url: '/publicapply/customer/attention',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -216,7 +214,7 @@ export function setStatusCustomer(data) {
|
|
export function getBuyerHistoryContact(data) {
|
|
export function getBuyerHistoryContact(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/contacts',
|
|
|
|
|
|
+ url: '/bigmember/portrait/contacts',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -226,7 +224,7 @@ export function getBuyerHistoryContact(data) {
|
|
export function getWinnerHistoryContact(data) {
|
|
export function getWinnerHistoryContact(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/portrait/winner/contacts',
|
|
|
|
|
|
+ url: '/bigmember/portrait/winner/contacts',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -236,7 +234,7 @@ export function getWinnerHistoryContact(data) {
|
|
export function vipBuyerHistoryContact(data) {
|
|
export function vipBuyerHistoryContact(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/subVipPortrait/buyer/contacts',
|
|
|
|
|
|
+ url: '/bigmember/subVipPortrait/buyer/contacts',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -245,7 +243,7 @@ export function vipBuyerHistoryContact(data) {
|
|
// 周报月报项目明细
|
|
// 周报月报项目明细
|
|
export function getWeekMonthReportProjectList(data) {
|
|
export function getWeekMonthReportProjectList(data) {
|
|
return request({
|
|
return request({
|
|
- url: '/report/projectInfo',
|
|
|
|
|
|
+ url: '/bigmember/report/projectInfo',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|
|
@@ -255,7 +253,7 @@ export function getWeekMonthReportProjectList(data) {
|
|
export function getMarketAnalysisReportProjectList(data) {
|
|
export function getMarketAnalysisReportProjectList(data) {
|
|
data = qs.stringify(data)
|
|
data = qs.stringify(data)
|
|
return request({
|
|
return request({
|
|
- url: '/marketAnalysis/projectInfo',
|
|
|
|
|
|
+ url: '/bigmember/marketAnalysis/projectInfo',
|
|
method: 'post',
|
|
method: 'post',
|
|
data
|
|
data
|
|
})
|
|
})
|