From 6b8101d9e2d6ca9d449a4087fbf065c6c31eec98 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 29 九月 2025 09:20:45 +0800 Subject: [PATCH] feat: 短信 --- src/services/api/typings.d.ts | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 80e7e2c..c12e0db 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -2263,6 +2263,24 @@ timestamp?: number; } + interface FriendlyResultIActionResult { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + data?: IActionResult; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + interface FriendlyResultImportEnterpriseEmployeesCommandResult { /** 璺熻釜Id */ traceId?: string; @@ -5540,6 +5558,8 @@ workExperience?: string; } + type IActionResult = Record<string, any>; + interface ImportEnterpriseEmployeesCommand { /** Excel鍦板潃 */ excelUrl?: string; @@ -6427,8 +6447,6 @@ ids?: string[]; status?: EnumUserStatus; } - - type SmsChengLiYeNotifyCommand = Record<string, any>; interface SmsLoginCommand { /** 鎵嬫満鍙风爜 */ -- Gitblit v1.9.1