export interface LoginResult { /** * 用户登录凭证(有效期五分钟) */ code: string; }