src/api/login/types.ts
@@ -6,6 +6,15 @@ socialState?: string } export type Oauth2TokenVO = { clientId: string clientSecret: string grantType: string username: string password: string scope: string } export type TokenType = { id: number // 编号 accessToken: string // 访问令牌