rk
2025-11-20 69758b26403c3c97ad35c2c76125a1ff36a3e9d0
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
  })
}
}