From 892c84f32a12f10b0b21b74801fd28ccdf248e06 Mon Sep 17 00:00:00 2001
From: Michelle.Chung <1242874891@qq.com>
Date: 星期二, 27 六月 2023 09:03:51 +0800
Subject: [PATCH] update 更新字段命名 activityTimeout -> activeTimeout ; update 新增字段设备类型 deviceType ;

---
 src/api/system/client/types.ts |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/src/api/system/client/types.ts b/src/api/system/client/types.ts
index 1c505ac..e67f95f 100644
--- a/src/api/system/client/types.ts
+++ b/src/api/system/client/types.ts
@@ -25,9 +25,14 @@
   grantTypeList: string[];
 
   /**
+   * 璁惧绫诲瀷
+   */
+  deviceType: string;
+
+  /**
    * token娲昏穬瓒呮椂鏃堕棿
    */
-  activityTimeout: number;
+  activeTimeout: number;
 
   /**
    * token鍥哄畾瓒呮椂
@@ -68,9 +73,14 @@
   grantTypeList?: string[];
 
   /**
+   * 璁惧绫诲瀷
+   */
+  deviceType?: string;
+
+  /**
    * token娲昏穬瓒呮椂鏃堕棿
    */
-  activityTimeout?: number;
+  activeTimeout?: number;
 
   /**
    * token鍥哄畾瓒呮椂
@@ -106,9 +116,14 @@
   grantType?: string;
 
   /**
+   * 璁惧绫诲瀷
+   */
+  deviceType?: string;
+
+  /**
    * token娲昏穬瓒呮椂鏃堕棿
    */
-  activityTimeout?: number;
+  activeTimeout?: number;
 
   /**
    * token鍥哄畾瓒呮椂

--
Gitblit v1.9.3