Interface TokenVerifyResponse

token 校验结果

interface TokenVerifyResponse {
    loginClientIP: string;
    userId: string;
    username: string;
}

Properties

loginClientIP: string

登录IP

userId: string

用户ID

username: string

用户名