From d820b4d0fc01559e36484649c56bbc13b9cc551c Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 12 八月 2025 16:30:42 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- types/api.d.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/types/api.d.ts b/types/api.d.ts index 98ee682..cd91077 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 { -- Gitblit v1.9.1