沙钢智慧能源系统前端代码
houzhongjian
2024-10-31 8e4ab7acddbdb84fd755acf7e75cf471f50cba60
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 // 访问令牌