k94314517
2025-07-23 6d2c778ff0c2be03fb64ecaeae45c09c92771637
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
  })
}
}