jiangping
2024-07-30 4201a2237ac7b724989e93f8ac4ae16da2800528
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({