feat: 优化

This commit is contained in:
2026-03-07 15:49:46 +08:00
parent 52a1094144
commit 09b7862971
24 changed files with 296 additions and 209 deletions

View File

@@ -3,10 +3,11 @@ import type { Dayjs } from 'dayjs';
/** tikhup管理信息 */
export interface Token {
platformUrl?: string; // 平台URL
platformToken?: string; // 平台Token
id: number; // 主键ID
}
platformUrl?: string; // 平台URL
interfaceType?: string; // 接口类型
interfaceDesc?: string; // 接口描述
id: number; // 主键ID
}
// tikhup管理 API
export const TokenApi = {