MrShi
昨天 b946b74ca674f7e7a04d99a960040438c95ef22d
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
  })
}
}