// 登录 export interface LoginData { username: string password?: string imageCode?: string grant_type: string verifyCode?: number refresh_token?: string }