qushaowei
2023-11-22 3dd1c81c84d78a30fff6468ccb05f979f2d50966
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