From 64eb1c2ebfc25f11f5757a0eef04de230fa8fa15 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 04 十二月 2025 17:52:54 +0800
Subject: [PATCH] fix: 账号密码双因子登录

---
 src/services/api/typings.d.ts |  281 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 278 insertions(+), 3 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 3e48d67..573ce44 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -249,7 +249,7 @@
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 鏂囦欢 */
-    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+    bountTemplates?: AddIndustrialParkInputBountTemplate[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
     /** 鏃犻渶杩愯惀绔鏍� */
@@ -258,6 +258,15 @@
     dualReviewOfGovernmentAffairs?: boolean;
     /** 鍏徃淇℃伅 */
     industrialParkCompanyFile?: IndustrialParkCompanyFile[];
+  }
+
+  interface AddIndustrialParkInputBountTemplate {
+    /** 妯℃澘Id */
+    templateId?: string;
+    /** 妯℃澘鍚嶇О */
+    templateName?: string;
+    /** 鏂囦欢 */
+    items?: IndustrialParkApplyFileFile[];
   }
 
   interface AddIndustryBodyAuditInput {
@@ -467,6 +476,8 @@
   interface AddParkBountyApplyStepOneInput {
     batchNo?: string;
     parkId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     applyMonth?: string;
     removeCompanyIds?: string[];
   }
@@ -1398,6 +1409,7 @@
 
   interface APIgetCustomerFileTypeHeadParams {
     enterpriseId?: string;
+    templateId?: string;
   }
 
   interface APIgetCustomerTemplateDetailParams {
@@ -1410,6 +1422,44 @@
 
   interface APIgetCustomerTemplateParamListByTemplateIdParams {
     templateId?: string;
+  }
+
+  interface APIgetDataBoardBountyUseAmountRankParams {
+    /** 鏌ヨ鏁伴噺 */
+    take?: number;
+  }
+
+  interface APIgetDataBoardInsurePeopleCountRankParams {
+    /** 鏌ヨ鏁伴噺 */
+    take?: number;
+  }
+
+  interface APIgetDataBoardNewBountyApplyCountParams {
+    input?: GetDataBoardNewBountyApplyCountInput;
+  }
+
+  interface APIgetDataBoardNewBountyReleaseAmountCountParams {
+    input?: GetDataBoardNewBountyReleaseAmountCountInput;
+  }
+
+  interface APIgetDataBoardNewBountyUseAmountCountParams {
+    input?: GetDataBoardNewBountyUseAmountCountInput;
+  }
+
+  interface APIgetDataBoardNewCustomerCountParams {
+    input?: GetDataBoardNewCustomerCountInput;
+  }
+
+  interface APIgetDataBoardNewInsurePeopleCountParams {
+    input?: GetDataBoardNewInsurePeopleCountInput;
+  }
+
+  interface APIgetDataBoardOverviewByParkParams {
+    industrialParkId?: string;
+  }
+
+  interface APIgetDataBoardOverviewParams {
+    input?: GetDataBoardOverviewInput;
   }
 
   interface APIgetDefaultConnectionStringParams {
@@ -5851,6 +5901,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 鏄惁鏄繍钀ョ浠d笂浼� */
     isAdminFileUpload?: boolean;
   }
@@ -5880,6 +5932,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 鏄惁鏄繍钀ョ浠d笂浼� */
     isAdminFileUpload?: boolean;
     /** 姹囨�绘潗鏂� */
@@ -6433,6 +6487,8 @@
   type EnumSmsStatus = 0 | 10 | 20 | 30;
 
   type EnumWalletSignStatus = 1 | 10 | 100 | 999;
+
+  type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50;
 
   interface ExportBountyApplyData {
     /** 浼佷笟鍚嶇О */
@@ -7722,6 +7778,8 @@
   interface GetCustomerUploadApplyFilesInput {
     id?: string;
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     userId?: string;
     withMonth?: string;
     parkBountyApplyId?: string;
@@ -7746,6 +7804,8 @@
   interface GetCustomerUploadApplyFilesResponse {
     /** 鎵�灞炴湀浠� */
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 鐢虫姤閲戦 */
@@ -7759,6 +7819,8 @@
   interface GetCustomerUploadApplyFilesV2Response {
     /** 鎵�灞炴湀浠� */
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 鐢虫姤閲戦 */
@@ -7775,11 +7837,119 @@
 
   interface GetCustomerUploadFileRecordInput {
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     userId?: string;
+    isApply?: boolean;
   }
 
   interface GetCustomerUploadFileRecordOutput {
     id?: string;
+  }
+
+  interface GetDataBoardBountyUseAmountRankOutput {
+    items?: GetDataBoardBountyUseAmountRankOutputItem[];
+  }
+
+  interface GetDataBoardBountyUseAmountRankOutputItem {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 閲戦 */
+    amount?: number;
+  }
+
+  interface GetDataBoardInsurePeopleCountRankOutput {
+    items?: GetDataBoardInsurePeopleCountRankOutputItem[];
+  }
+
+  interface GetDataBoardInsurePeopleCountRankOutputItem {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 浜烘暟 */
+    count?: number;
+  }
+
+  type GetDataBoardNewBountyApplyCountInput = Record<string, any>;
+
+  interface GetDataBoardNewBountyApplyCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewBountyReleaseAmountCountInput = Record<string, any>;
+
+  interface GetDataBoardNewBountyReleaseAmountCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewBountyUseAmountCountInput = Record<string, any>;
+
+  interface GetDataBoardNewBountyUseAmountCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewCustomerCountInput = Record<string, any>;
+
+  interface GetDataBoardNewCustomerCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewInsurePeopleCountInput = Record<string, any>;
+
+  interface GetDataBoardNewInsurePeopleCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 鏁版嵁 */
+    data?: number[];
+  }
+
+  interface GetDataBoardOverviewByParkOutput {
+    /** 鎬诲叆椹讳紒涓� */
+    totalCustomerCount?: number;
+    /** 濂栧姳閲戝彂鏀炬�婚 */
+    sumBountyReleaseAmount?: number;
+    /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+    sumBountyUseAmount?: number;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleCount?: number;
+  }
+
+  type GetDataBoardOverviewInput = Record<string, any>;
+
+  interface GetDataBoardOverviewOutput {
+    /** 鎬诲叆椹讳紒涓� */
+    totalCustomerCount?: number;
+    /** 鎬荤敵鎶ユ暟閲� */
+    totalBountyApplyCount?: number;
+    /** 濂栧姳閲戝彂鏀炬�婚 */
+    sumBountyReleaseAmount?: number;
+    /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+    sumBountyUseAmount?: number;
+    /** 褰撴湀鍙戞斁棰� */
+    currentMonthSumBountyReleaseAmount?: number;
+    /** 褰撴湀浣跨敤棰� */
+    currentMonthSumBountyUseAmount?: number;
+    /** 褰撴湀鎶曚繚浜烘暟 */
+    currentMonthInsurePeopleCount?: number;
   }
 
   interface GetEnterpriseBuntyTradeDto {
@@ -7836,6 +8006,13 @@
     amount?: number;
     remainAmount?: number;
     invoiceUrl?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 璁㈠崟鏀粯鏃堕棿 */
+    transactionDate?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+    transactionErrorCode?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+    transactionFailReason?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
     checkTime?: string;
     checkUserId?: string;
@@ -7866,7 +8043,15 @@
     parkType?: string;
     amount?: number;
     remainAmount?: number;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 璁㈠崟鏀粯鏃堕棿 */
+    transactionDate?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+    transactionErrorCode?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+    transactionFailReason?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    status?: GetEnterpriseDrawWithListOutputStatus;
     checkTime?: string;
     checkRemark?: string;
     checkFileUrl?: string;
@@ -7879,6 +8064,8 @@
     objectData?: any;
     data?: GetEnterpriseDrawWithListOutput[];
   }
+
+  type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30;
 
   interface GetEnterpriseMonthApplyFileOutput {
     id?: string;
@@ -8215,6 +8402,21 @@
     categoryId?: string;
     /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
     queryCondition?: string;
+  }
+
+  interface GetIndustrialPartBountyTemplatesInput {
+    /** 鍥尯Id */
+    id?: string;
+  }
+
+  interface GetIndustrialPartBountyTemplatesOutput {
+    /** 濂栧姳閲戞ā鏉垮悕绉� */
+    bountyTemplates?: GetIndustrialPartBountyTemplatesOutputItem[];
+  }
+
+  interface GetIndustrialPartBountyTemplatesOutputItem {
+    id?: string;
+    templateName?: string;
   }
 
   interface GetInformationAdvertiseByCategoryInput {
@@ -9498,6 +9700,13 @@
     auditRemark?: string;
     /** 瀹℃牳鏃堕棿 */
     auditTime?: string;
+    transactionStatus?: EnumWalletTransactionStatus;
+    /** 璁㈠崟鏀粯鏃堕棿 */
+    transactionDate?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥為敊璇唬鐮� */
+    transactionErrorCode?: string;
+    /** 鏌ヨ鍒扮殑璁㈠崟鐘舵�佷负FAIL澶辫触鎴朢EFUND閫�绁ㄦ椂锛岃繑鍥炲叿浣撶殑鍘熷洜銆� */
+    transactionFailReason?: string;
     financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 璐㈠姟瀹℃牳澶囨敞 */
     financeAuditRemark?: string;
@@ -9605,6 +9814,8 @@
 
   interface GetParkCollectFileTypeListInput {
     parkId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     searchType?: number;
   }
 
@@ -10430,6 +10641,10 @@
     sort?: number;
     /** 绛惧悕鍚嶇О */
     signName?: string;
+  }
+
+  interface GetSystemInfoOutput {
+    openTwoFactorLogin?: boolean;
   }
 
   interface GetTagsInput {
@@ -11366,6 +11581,15 @@
     timeZoneName?: string;
   }
 
+  interface IdentityModelToken {
+    accessToken?: string;
+    expiresIn?: number;
+    creationTime?: string;
+    refreshToken?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+  }
+
   interface IdentityModelTokenCacheItem {
     accessToken?: string;
     expiresIn?: number;
@@ -11725,8 +11949,18 @@
     registerAddress?: string;
     /** 澶囨敞 */
     remark?: string;
-    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+    /** 濂栧姳閲戞ā鏉� */
+    bountyTemplates?: IndustrialParkDetailOutputFileTypeTemplate[];
     industrialParkCompanyList?: IndustrialParkCompanyOutput[];
+  }
+
+  interface IndustrialParkDetailOutputFileTypeTemplate {
+    /** 妯℃澘Id */
+    templateId?: string;
+    /** 妯℃澘鍚嶇О */
+    templateName?: string;
+    /** 鏉愭枡 */
+    items?: IndustrialParkFileTypeOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -16659,6 +16893,10 @@
   interface OutCheckParkBountyApplyBaseInfo {
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 濂栧姳閲戞ā鏉� */
+    bountyTemplateId?: string;
+    /** 濂栧姳閲戞ā鏉垮悕绉� */
+    bountyTemplateName?: string;
     /** 鐢宠鍥尯Id */
     parkId?: string;
     /** 鐢宠鍥尯 */
@@ -16808,6 +17046,10 @@
   interface ParkBountyApplyBaseInfo {
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 妯℃澘Id */
+    bountyTemplateId?: string;
+    /** 妯℃澘鍚嶇О */
+    bountyTemplateName?: string;
     /** 鐢宠鍥尯Id */
     parkId?: string;
     /** 鐢宠鍥尯 */
@@ -22582,6 +22824,33 @@
 
   type TransferToStatusEnum = 1 | 2;
 
+  interface TwoFactorLoginPasswordInput {
+    clientId?: string;
+    /** 鐧诲綍鍚� */
+    loginName: string;
+    /** 鐧诲綍瀵嗙爜 */
+    password: string;
+  }
+
+  interface TwoFactorLoginPasswordOutput {
+    /** 鐧诲綍瀵嗛挜 */
+    loginKey?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+  }
+
+  interface TwoFactorLoginSendVerificationCodeInput {
+    /** 鐧诲綍瀵嗛挜 */
+    loginKey?: string;
+  }
+
+  interface TwoFactorLoginSmsInput {
+    /** 鐧诲綍瀵嗛挜 */
+    loginKey?: string;
+    /** 楠岃瘉鐮� */
+    code?: string;
+  }
+
   interface TypeApiDescriptionModel {
     baseType?: string;
     isEnum?: boolean;
@@ -22899,7 +23168,7 @@
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 鏂囦欢 */
-    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+    bountTemplates?: AddIndustrialParkInputBountTemplate[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
     /** 鏃犻渶杩愯惀绔鏍� */
@@ -23587,6 +23856,8 @@
     fileSearchTypeId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
   }
 
   interface UploadParkApplyCustomerFilesInput {
@@ -25724,6 +25995,8 @@
     iv: string;
     /** 鑾峰彇浼氳瘽瀵嗛挜 */
     sessionKey: string;
+    /** 閴存潈 */
+    sign?: string;
     /** 灏忕▼搴廜penId */
     openId: string;
     wxMiniApp?: WxMiniAppEnum;
@@ -25736,6 +26009,8 @@
     iv: string;
     /** 鑾峰彇浼氳瘽瀵嗛挜 */
     sessionKey: string;
+    /** 閴存潈 */
+    sign?: string;
     /** 灏忕▼搴廜penId */
     openId: string;
     wxMiniApp?: WxMiniAppEnum;

--
Gitblit v1.9.1