liukangdong
2024-07-30 d8f7a89939612abb5ec243f0d817932a32ef35a7
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({