From acbdfc4639721da71176894983d852a5fd696a04 Mon Sep 17 00:00:00 2001 From: MichelleChung <1242874891@qq.com> Date: 星期一, 24 七月 2023 19:22:20 +0800 Subject: [PATCH] !31 【轻量级 PR】新增全局请求头 clientid 适配后端 token 校验 Merge pull request !31 from MichelleChung/ts --- 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