rk
2025-10-21 3b0c9e51e16619e59b58e4ce9870e8f69e89259b
h5/api/staff.js
@@ -8,6 +8,13 @@
    data
  })
}
export const loginH5ByPhone = (data) => {
  return http({
    url: 'loginH5ByPhone',
    method: 'post',
    data
  })
}
export const loginCaptcha = () => {
  return http({
    url: 'captcha',
@@ -244,4 +251,4 @@
    method: 'get',
    data
  })
}
}