import request from './request' export const userLogin = () => { return request({ url: 'patient/password_login', method: 'post', data }) }