From 32931984b492f1be668cc38435dfb0a259eaf218 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 九月 2025 14:27:09 +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