''
liukangdong
2024-07-24 18b0c32356c91c355d3ffae1d3f99c1043ba203e
wechat_staff/api/index.js
@@ -67,6 +67,28 @@
    data
  })
}
// 产品视频
export const getZhongTaiVideoPage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiVideoPage',
    method: 'POST',
    data
  })
}
// 首页 定制服务 列表
export const getCustomizedNewsList = (data) => {
  return request({
    url: '/web/customer/getCustomizedNewsList',
    data
  })
}
//  定制服务 详情
export const getCustomizedNewsDetail = (data) => {
  return request({
    url: '/web/customer/getCustomizedNewsDetail',
    data
  })
}
// 首页  推广咨询分页
export const newsPage = (data) => {
  return request({
@@ -98,7 +120,21 @@
    data
  })
}
// 操作 行为内容
export const actionDo = (data) => {
  return request({
    url: '/web/customer/actionDo',
    data
  })
}
// 获取客户-潜客列表
export const getCustomerList = (data) => {
  return request({
    url: '/web/personnel/getCustomerList',
    method: "POST",
    data
  })
}
export const getUserCard = (data) => {
  return request({
    url: '/web/personnel/getUserCard',
@@ -116,7 +152,7 @@
// 志说装修 内容
export const pageZSZXContentList = (data) => {
  return request({
    url: '/web/customer/pageContentList',
    url: '/web/customer/getZhongTaiZbDecoPage',
    method: "POST",
    data
  })