liukangdong
2024-07-29 27f64e092e80194fa24969732a15042d37a6dd30
wechat_staff/api/index.js
@@ -196,6 +196,13 @@
    data
  })
}
// 获取门店详情
export const loadShopList= (data) => {
  return request({
    url: '/web/personnel/userShopList',
    data
  })
}
// 我的 收藏/喜欢列表
export const collectLikePage = (data) => {
  return request({