cuilei
2 天以前 a6be899d43c4ec972892cbbb9f4cb5aeb7349aa7
1
2
3
4
5
6
7
8
9
10
const api = {
    Login: '/sys/login',
    Logout: '/sys/logout',
    ForgePassword: '/auth/forge-password',
    Register: '/auth/register',
    SendSms: '/account/sms',
    // get my info
    UserInfo: '/user/info'
}
export default api