k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
wechat_staff/api/index.js
@@ -23,6 +23,14 @@
    data
  })
}
export const getUserCard = (data) => {
  return request({
    url: '/web/personnel/getUserCard',
    method: "POST",
    data
  })
}
// 获取手机号
export const getWxMiniPhone = (data) => {
  return request({
@@ -31,6 +39,7 @@
    data
  })
}
// 绑定Openid
export const bindingOpenid = (data) => {
  return request({
@@ -64,6 +73,13 @@
export const getDailyUpdates = (data) => {
  return request({
    url: '/web/customer/getDailyUpdates',
    data
  })
}
//推广咨询分享
export const saveShareRecord = (data) => {
  return request({
    url: '/web/customer/saveShareRecord?id='+data,
    data
  })
}
@@ -127,9 +143,18 @@
    data
  })
}
export const getUserCard = (data) => {
// 获取客户-潜客列表
export const getCustomerList = (data) => {
  return request({
    url: '/web/personnel/getUserCard',
    url: '/web/personnel/getCustomerList',
    method: "POST",
    data
  })
}
// 批量添加喜欢给客户
export const batchAddLike = (data) => {
  return request({
    url: '/web/personnel/batchAddLike',
    method: "POST",
    data
  })
@@ -179,6 +204,83 @@
    data
  })
}
// 分类产品 分页列表 中台
export const getZhongTaiProductPage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiProductPage',
    method: 'POST',
    data
  })
}
// 中台 分类产品详情
export const getProductInfo = (data) => {
  return request({
    url: '/web/customer/getProductInfo',
    data
  })
}
// 分类案例 分页列表 中台
export const getZhongTaiWholecasePage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiWholecasePage',
    method: 'POST',
    data
  })
}
// 分类案例 详情
export const getWholecaseInfo = (data) => {
  return request({
    url: '/web/customer/getWholecaseInfo',
    data
  })
}
// 分类实景 分页列表 中台
export const getZhongTaiRealcasePage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiRealcasePage',
    method: 'POST',
    data
  })
}
// 分类实景 详情
export const getRealcaseInfo = (data) => {
  return request({
    url: '/web/customer/getRealcaseInfo',
    data
  })
}
// 产品资讯 分页列表 中台
export const getZhongTaiProductNewsPage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiProductNewsPage',
    method: 'POST',
    data
  })
}
// 产品资讯 详情
export const getProductNewsInfo = (data) => {
  return request({
    url: '/web/customer/getProductNewsInfo',
    method: 'GET',
    data
  })
}
// 内容 收藏
export const collectContent = (data) => {
  return request({
    url: '/web/customer/collectContent',
    method: 'GET',
    data
  })
}
// 获取内容分享海报
export const getContentShareImg = (data) => {
  return request({
    url: '/web/personnel/getContentShareImg',
    method: 'POST',
    data
  })
}
// 0元定制信息
export const saveFreeCustomizationApply = (data) => {
  return request({
@@ -216,7 +318,6 @@
    data
  })
}
// 小程序注销
export const getCrmAuthUrl = (data) => {
  return request({
    url: '/web/customer/getCrmAuthUrl',