From 318a7bbb40a8f37f825f9eb4ee1bcd84c6020a09 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 13 八月 2025 16:00:34 +0800
Subject: [PATCH] feat: 接口对接

---
 types/api.d.ts |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/types/api.d.ts b/types/api.d.ts
index 98ee682..f610eb0 100644
--- a/types/api.d.ts
+++ b/types/api.d.ts
@@ -4,6 +4,14 @@
     showLoading?: boolean;
     mock?: boolean;
     customErrorHandler?: (error: any) => boolean;
+    /**
+     * 鏄惁鑾峰彇鍘熷鐨凙xiosResponse
+     */
+    getResponse?: boolean;
+    /**
+     * 璺宠繃榛樿閿欒澶勭悊
+     */
+    skipErrorHandler?: boolean;
   }
 
   interface MyCertificationAuditDto {
@@ -53,4 +61,17 @@
   interface GetTaskInfoQueryResult{
     enterpriseName?:string
   }
+
+  interface IntroInfo {
+    /** 绫诲瀷锛�0涓烘枃鏈紝1涓哄浘鐗囷紝2涓鸿棰戯紱榛樿涓烘枃鏈� */
+    type?: number;
+    /** 鎽樿 */
+    contentSummary?: string;
+    /** 鏂囨湰鍐呭 */
+    content?: string;
+    /** 鍥剧墖/瑙嗛璺緞 */
+    path?: string;
+    /** 鎺掑簭 */
+    sequence?: number;
+  }
 }

--
Gitblit v1.9.1