liukangdong
2024-07-26 715a2691d88ffbe5f5be9e5403c166f923088fcc
wechat_staff/api/index.js
@@ -13,7 +13,7 @@
export const loginByPhone = (data) => {
  return request({
    url: '/web/personnel/loginByPhone',
    data
    datas
  })
}
// 发送验证码
@@ -196,6 +196,13 @@
    data
  })
}
// 获取门店详情
export const loadShopList= (data) => {
  return request({
    url: '/web/personnel/userShopList',
    data
  })
}
// 我的 收藏/喜欢列表
export const collectLikePage = (data) => {
  return request({