Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • api
  • external
  • sys
  • model
  • jwtModel.ts
  • chore: 迁移iot平台http请求相关模块等
    310dafe8
    ww authored
    2023-02-21 15:18:24 +0800  
    Browse Files »
jwtModel.ts 145 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
export interface JwtModel {
  userId: string;
  username: string;
  tenantCode: string;
  tenantName: string;
  exp: number;
  role: string[];
}