MrShi
2025-11-10 7e9756e119c3a511b7be25ef38de6c27cc9d524b
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
  })
}
}