From 1c9958b4088f9f90d397c890e575c72ef80dea54 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 16 十月 2025 15:51:34 +0800 Subject: [PATCH] fix: bug --- src/services/api/typings.d.ts | 350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 339 insertions(+), 11 deletions(-) diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts index 2d78064..ef76c8a 100644 --- a/src/services/api/typings.d.ts +++ b/src/services/api/typings.d.ts @@ -99,6 +99,8 @@ fileSize?: number; /** 鏂囦欢鎵╁睍鍚� */ fileExtension?: string; + /** 瀛楀吀鏂囦欢绫诲瀷Id */ + fileSearchTypeId?: string; } interface AddEnterpriseMaterialInput { @@ -113,6 +115,8 @@ remark?: string; /** 鏂囦欢鍒楄〃 */ addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[]; + /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */ + useCustomMaterial?: boolean; } interface AddFirstPartyCompanyAuditInput { @@ -1033,10 +1037,6 @@ interface APIdeleteConsultParams { id?: string; - } - - interface APIdeleteContractTemplateIdParams { - id: string; } interface APIdeleteCustomerIdParams { @@ -2382,6 +2382,8 @@ canLoginUserSign?: CanLoginUserSignEnum; /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ canLoginJYB?: boolean; + /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */ + canLoginFlexJob?: boolean; /** 澶栭儴绯荤粺ID */ externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; @@ -2456,6 +2458,16 @@ 鏁版嵁闀垮害锛�3锛屾槸鍚﹀繀杈擄細Y */ size?: string; list?: BankNoQueryItemOutput[]; + } + + interface BankOcrInput { + /** 閾惰鍗″浘鐗嘦RL */ + bankCardImageUrl?: string; + } + + interface BankOcrOutput { + /** 閾惰鍗″彿 */ + bankcardNumber?: string; } interface BaseAuthorizeDto { @@ -2878,6 +2890,13 @@ type BountyCheckStatusEnum = 10 | 20 | 30 | -10; + interface BuildRewardStatisticsInput { + /** 寮�濮嬬粺璁℃湀浠� */ + startMonth?: string; + /** 鎴缁熻鏈堜唤 */ + endMonth?: string; + } + type BusinessSettingTypeEnum = 10; interface CalculationWalletPayFeeInput { @@ -2885,7 +2904,7 @@ walletAccountType?: WalletAccountTypeEnum; } - type CanLoginUserSignEnum = 1 | 2 | 3 | -1; + type CanLoginUserSignEnum = 1 | 2 | 3 | 4 | -1; interface CategoryAllDto { /** 绫诲埆Id */ @@ -4130,6 +4149,16 @@ industrialParkIds?: string[]; /** 瑙掕壊 */ roleNames?: string[]; + /** 鏄惁鐞嗚禂鎻愰啋 */ + sendClaimMessage?: boolean; + /** 鏄惁淇濆崟鍒版湡鎻愰啋 */ + sendBillExpireMessage?: boolean; + /** 鏄惁鐭俊鎻愰啋 */ + isSendMessage?: boolean; + /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */ + staffChangeMessage?: boolean; + /** 鏄惁鎵规敼鎻愰啋 */ + batchUpdateMessage?: boolean; /** 瀵嗙爜 */ password?: string; } @@ -4946,6 +4975,8 @@ id?: string; /** 瀹㈡埛Id */ customerId: string; + /** 浼佷笟鐢ㄦ埛Id */ + userId?: string; supplier: EnumElectronSignContractSupplier; /** 妯℃澘鍚嶇О */ name: string; @@ -5152,6 +5183,16 @@ /** 娑堣垂绫诲瀷 */ payRemark?: string; access?: ParkBountyTradeAccessEnum; + /** 杩涜处鍗曚綅 */ + incomeCompanyName?: string; + /** 淇濆崟鍙� */ + insureBillNo?: string; + /** 鏀舵鍗曚綅鍚嶇О */ + incomeBankAccount?: string; + /** 鏀舵鍗曚綅璐﹀彿 */ + incomeBankCardNumber?: string; + /** 寮�鎴疯 */ + incomeBankName?: string; } interface CreateParkOrHRAdvertiseInput { @@ -5590,10 +5631,14 @@ industrialParkId?: string; /** 浜т笟鍥尯鍚嶇О */ industrialParkName?: string; + /** 缁存姢鐨勫叕鍙� */ + companyOrgId?: string; + /** 缁存姢鐨勯儴闂� */ + departmentOrgId?: string; /** 鏄惁鏈夋湇鍔′汉鍛� */ isHasServiceStaff?: boolean; - /** 鏈嶅姟浜哄憳id */ - userServiceStaffId?: string; + /** 鏈嶅姟浜哄憳鍚嶇О */ + userServiceStaffs?: CustomerManageListOutputUserServiceStaff[]; /** 鏈嶅姟浜哄憳鍚嶇О */ userServiceStaffName?: string; /** 鏄惁濂栧姳閲戝彂鏀� */ @@ -5608,6 +5653,14 @@ pageModel?: Pagination; objectData?: any; data?: CustomerManageListOutput[]; + } + + interface CustomerManageListOutputUserServiceStaff { + /** 鐢ㄦ埛Id */ + userId?: string; + /** 鏈嶅姟浜哄憳Id */ + userServiceStaffId?: string; + name?: string; } interface CustomerMenu { @@ -5706,7 +5759,12 @@ refundDealRemark?: string; } - type DecimalDecimalValueTuple = true; + type DecimalDecimalValueTuple = Record<string, any>; + + interface DeleteContractTemplateInput { + /** Id */ + ids?: string[]; + } interface DeleteMonthApplySingleFileInput { monthApplyId?: string; @@ -5993,7 +6051,11 @@ remark?: string; /** 浜т笟鍥尯鍚嶇О */ industrialParkName?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; materialItemOutputList?: EnterpriseMaterialItemOutput[]; + /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */ + useCustomMaterial?: boolean; } type EnterpriseMaterialFileBusinessTypeEnum = @@ -6011,7 +6073,8 @@ | 200 | 210 | 220 - | 999; + | 999 + | 2000; interface EnterpriseMaterialItemOutput { fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum; @@ -6019,6 +6082,8 @@ fileCount?: number; /** 鏄惁涓婁紶 */ isUploaded?: boolean; + /** 瀛楀吀鏂囦欢绫诲瀷Id */ + fileSearchTypeId?: string; lastModificationTime?: string; materialFileItemList?: MaterialFileItemOutput[]; lastModifierName?: string; @@ -6177,9 +6242,15 @@ type EnumElectronSignUserType = 10 | 20; + type EnumPagedListOrder = 0 | 1; + type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30; type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5; + + type EnumSmsAccess = 0 | 10 | 20; + + type EnumSmsStatus = 0 | 10 | 20 | 30; interface ExportBountyApplyData { /** 浼佷笟鍚嶇О */ @@ -6188,7 +6259,7 @@ societyCreditCode: string; /** 璐㈡斂鎷ㄤ粯閲戦 */ financeToAmountStr?: string; - /** 骞冲彴鍏呭�奸噾棰� */ + /** 骞冲彴鎷ㄤ粯閲戦 */ transferToAmountStr?: string; /** 璐㈡斂鎷ㄤ粯閲戦 */ financeToAmount?: number; @@ -9009,6 +9080,7 @@ /** 鍥尯Id */ parkId?: string; enterpriseId?: string; + financeType?: FinanceTypeEnum; auditStatus?: EnumParkBountyTradeDetailAuditStatus; financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; } @@ -9042,6 +9114,8 @@ tradeTime?: string; /** 濂栧姳閲戜綑棰� */ remianAmount?: number; + /** 濂栧姳閲戜綑棰� */ + bountyAmount?: number; financeType?: FinanceTypeEnum; showAuditStatus?: EnumParkBountyTradeDetailAuditStatus; auditStatus?: EnumParkBountyTradeDetailAuditStatus; @@ -9055,7 +9129,20 @@ /** 璐㈠姟瀹℃牳鏃堕棿 */ financeAuditTime?: string; /** 瀹℃牳鍑瘉 */ + financeAuditFileUrl?: string; + /** 瀹℃牳鍑瘉 */ payAuditFileUrl?: string; + /** 杩涜处鍗曚綅 */ + incomeCompanyName?: string; + /** 淇濆崟鍙� */ + insureBillNo?: string; + /** 鏀舵鍗曚綅鍚嶇О */ + incomeBankAccount?: string; + /** 鏀舵鍗曚綅璐﹀彿 */ + incomeBankCardNumber?: string; + /** 寮�鎴疯 */ + incomeBankName?: string; + creationTime?: string; } interface GetParkBountyTradeDetailOutputPageOutput { @@ -9148,6 +9235,10 @@ remianAmount?: number; /** 鍑瘉 */ payFileUrl?: string; + /** 瀹℃牳鍑瘉 */ + payAuditFileUrl?: string; + /** 瀹℃牳鍑瘉 */ + financeAuditFileUrl?: string; payFileUrls?: string[]; financeType?: FinanceTypeEnum; } @@ -9562,6 +9653,10 @@ industrialParkId?: string; /** 鎵�灞炲洯鍖� */ industrialParkName?: string; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; + /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */ + suportWithDraw?: boolean; /** 鑱旂郴浜� */ contact?: string; /** 鑱旂郴鐢佃瘽 */ @@ -9832,6 +9927,94 @@ data?: GetSignRealNameCostListOutput[]; } + interface GetSmsLogsQuery { + pageModel?: PagedListQueryPageModel; + /** 鍒涘缓鏃堕棿-璧峰 */ + createdTimeBegin?: string; + /** 鍒涘缓鏃堕棿-鎴 */ + createdTimeEnd?: string; + /** 鎿嶄綔浜� */ + createdUser?: string; + /** 娓犻亾鎿嶄綔浜� */ + channelCreatedUserIds?: string[]; + /** 璺熻釜Id */ + traceId?: string; + access?: EnumSmsAccess; + /** 鎵嬫満鍙风爜 */ + phoneNumber?: string; + /** 妯℃澘浠g爜 */ + templateCode?: string; + /** 妯℃澘鍙傛暟 */ + templateParam?: string; + /** 鏄惁浣跨敤 */ + isUsed?: boolean; + status?: EnumSmsStatus; + } + + interface GetSmsLogsQueryResult { + pageModel?: PagedListQueryResultPageModel; + /** 鏁版嵁 */ + data?: GetSmsLogsQueryResultItem[]; + } + + interface GetSmsLogsQueryResultItem { + /** Id */ + id?: string; + /** 璺熻釜Id */ + traceId?: string; + access?: EnumSmsAccess; + /** 鎵嬫満鍙风爜 */ + phoneNumber?: string; + /** 妯℃澘浠g爜 */ + templateCode?: string; + /** 妯℃澘鍙傛暟 */ + templateParam?: string; + /** 鏈夋晥鏈� */ + expiry?: string; + /** 鏄惁浣跨敤 */ + isUsed?: boolean; + status?: EnumSmsStatus; + /** 璇锋眰Id */ + requestId?: string; + /** 鍥炰紶浠g爜 */ + code?: string; + /** 鍥炰紶娑堟伅 */ + message?: string; + /** 娓犻亾鍚嶇О */ + channelName?: string; + /** 娓犻亾鎿嶄綔浜� */ + channelCreatedUserId?: string; + /** 鍒涘缓鏃堕棿 */ + createdTime?: string; + } + + type GetSmsSettingQuery = Record<string, any>; + + interface GetSmsSettingQueryResult { + /** 鏄惁绂佺敤 */ + isDisabled?: boolean; + /** 甯﹀嚭鍙傛暟 */ + withoutParams?: boolean; + /** 姣忓垎閽熸渶澶ф暟閲� */ + minutelyMaxCount?: number; + /** 姣忓皬鏃舵渶澶ф暟閲� */ + hourlyMaxCount?: number; + /** 姣忓ぉ鏈�澶ф暟閲� */ + dailyMaxCount?: number; + /** 閫氶亾閰嶇疆 */ + accesses?: GetSmsSettingQueryResultAccess[]; + } + + interface GetSmsSettingQueryResultAccess { + access?: EnumSmsAccess; + /** 鏄惁绂佺敤 */ + isDisabled?: boolean; + /** 鎺掑簭 */ + sort?: number; + /** 绛惧悕鍚嶇О */ + signName?: string; + } + interface GetTagsInput { /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�3蹇嵎璇勮鏍囩 */ type?: number; @@ -10011,7 +10194,7 @@ /** 鍚堝悓鐨勫彂閫佹椂闂� 娣诲姞绗竴涓缃茶�呯殑鏃堕棿锛屽綋绗竴涓缃茶�呮坊鍔犳垚鍔熷嵆璁や负鍚堝悓宸插彂閫� */ sendTime?: string; /** 鎬婚〉鏁� */ - signers?: string; + signers?: string[]; /** 寮�鍙戣�呯紪鍙� */ developerId?: string; /** 鍚堝悓缂栧彿 */ @@ -11124,6 +11307,7 @@ applyFileType?: number; /** 鍥尯鏉愭枡 */ fileSearchTypeId?: string; + fileSearchTypeName?: string; } interface IndustrialParkListOutput { @@ -14672,6 +14856,8 @@ fileSize?: number; /** 鏂囦欢鎵╁睍鍚� */ fileExtension?: string; + /** 瀛楀吀鏂囦欢绫诲瀷Id */ + fileSearchTypeId?: string; } type MessageBusinessBehaviorTypeEnum = @@ -14961,6 +15147,11 @@ month?: number; materialType?: EnterpriseMaterialTypeEnum; materialItemList?: SimpleEnterpriseMaterialItemOutput[]; + lastModificationTime?: string; + /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */ + useCustomMaterial?: boolean; + /** 鏄惁瀹屽杽 */ + isCompleteMaterial?: boolean; } interface MyEnterpriseMaterialListOutputPageOutput { @@ -16046,6 +16237,34 @@ outCheckStatus?: BountyCheckStatusEnum; /** 澶囨敞 */ remark?: string; + } + + interface PagedListQueryPageModel { + /** 琛屾暟 */ + rows?: number; + /** 椤电爜 */ + page?: number; + /** 鎺掑簭 */ + orderInput?: PagedListQueryPageModelOrderInput[]; + } + + interface PagedListQueryPageModelOrderInput { + /** 灞炴�� */ + property?: string; + order?: EnumPagedListOrder; + } + + interface PagedListQueryResultPageModel { + /** 琛屾暟 */ + rows?: number; + /** 椤电爜 */ + page?: number; + /** 鎺掑簭 */ + orderInput?: PagedListQueryPageModelOrderInput[]; + /** 鎬绘暟 */ + totalCount?: number; + /** 椤垫暟 */ + totalPage?: number; } interface PageInput { @@ -17691,6 +17910,8 @@ canLoginUserSign?: CanLoginUserSignEnum; /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ canLoginJYB?: boolean; + /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */ + canLoginFlexJob?: boolean; /** 澶栭儴绯荤粺ID */ externalSystemCodes?: CanLoginUserSignEnum[]; bussinessCode?: string; @@ -18457,6 +18678,8 @@ /** 鏈嶅姟浜哄憳Id */ userServiceStaffId?: string; userId?: string; + /** 浜т笟鍥尯id */ + industrialParkId?: string; } interface QueryCustomerTemplateListInput { @@ -19070,6 +19293,50 @@ proxyPowerAttorneyUrl?: string; } + interface RealEnterpriseInputByCertAccountInput { + /** 瀹㈡埛Id */ + customerId?: string; + /** 涓婁笂绛捐瘉涔﹁处鍙凤紙閫夊~锛� */ + certAccount: string; + /** 澶栭儴浼佷笟Id */ + outUserId: string; + /** 鏄惁濮旀墭缁忓姙浜� */ + proxy?: boolean; + realMethod: EnumElectronSignPersonalRealMethod; + /** 浼佷笟鍏ㄧО */ + enterpriseName: string; + /** 缁熶竴绀句細淇$敤浠g爜 */ + societyCreditCode: string; + /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */ + licenseUrl: string; + /** 娉曚汉濮撳悕 */ + legalPerson: string; + /** 娉曚汉鎴栫粡鍔炰汉濮撳悕 */ + name: string; + /** 娉曚汉鎴栫粡鍔炰汉韬唤璇佸彿 */ + identity: string; + /** 韬唤璇佷汉鍍忛潰Url */ + identityImgUrl: string; + /** 韬唤璇佸浗寰介潰Url */ + identityBackImgUrl: string; + /** 娉曚汉鎴栫粡鍔炰汉閾惰鍗″彿 */ + bankCard?: string; + /** 閾惰鍗$収鐗� */ + bankCardImgUrl?: string; + /** 娉曚汉鎴栫粡鍔炰汉鎵嬫満鍙� */ + mobile?: string; + /** 浼佷笟鎺堟潈涔� */ + proxyPowerAttorneyUrl?: string; + } + + interface RealEnterpriseInputByCertAccountOutput { + /** 璁よ瘉娴佹按鍙� */ + id?: string; + status?: EnumElectronSignRealStatus; + /** 涓婁笂绛捐瘉涔﹁处鍙凤紙閫夊~锛� */ + certAccount?: string; + } + interface RealEnterpriseOutput { /** 璁よ瘉娴佹按鍙� */ id?: string; @@ -19317,6 +19584,8 @@ mobile?: string; /** 楠岃瘉鐮� */ vCode?: string; + /** 浜鸿劯璇嗗埆鎴愬姛璋冩暣椤甸潰 */ + faceRealCallbackUrl?: string; } interface RealPersonalOutput { @@ -19426,6 +19695,8 @@ identity?: string; /** 涓汉鎴栨硶浜烘垨缁忓姙浜烘墜鏈哄彿 */ mobile?: string; + /** 涓婁笂绛捐瘉涔﹁处鍙凤紙閫夊~锛� */ + certAccount?: string; } type RelationalTypeEnum = 10 | 20; @@ -19899,6 +20170,31 @@ listFiles?: CustomerUploadMonthApplyFileTypeDto[]; } + interface SaveSmsSettingCommand { + /** 鏄惁绂佺敤 */ + isDisabled?: boolean; + /** 甯﹀嚭鍙傛暟 */ + withoutParams?: boolean; + /** 姣忓垎閽熸渶澶ф暟閲� */ + minutelyMaxCount?: number; + /** 姣忓皬鏃舵渶澶ф暟閲� */ + hourlyMaxCount?: number; + /** 姣忓ぉ鏈�澶ф暟閲� */ + dailyMaxCount?: number; + /** 閫氶亾閰嶇疆 */ + accesses?: SaveSmsSettingCommandAccess[]; + } + + interface SaveSmsSettingCommandAccess { + access?: EnumSmsAccess; + /** 鏄惁绂佺敤 */ + isDisabled?: boolean; + /** 鎺掑簭 */ + sort?: number; + /** 绛惧悕鍚嶇О */ + signName?: string; + } + interface SaveWalletPayChannelFeeSettingInput { /** 閫氶亾id */ walletPayChannelId?: string; @@ -20043,6 +20339,10 @@ values: SendContractInputValue[]; /** 绛剧害鎬讳汉鏁� */ userCount: number; + /** 鏍¢獙绫诲瀷 */ + verifyType?: string[]; + /** 绛剧害瀹屾垚鍚庤皟鏁村湴鍧� */ + returnUrl?: string; } interface SendContractInputValue { @@ -20566,6 +20866,8 @@ fileCount?: number; /** 鏄惁涓婁紶 */ isUploaded?: boolean; + /** 瀛楀吀鏂囦欢绫诲瀷Id */ + fileSearchTypeId?: string; } interface SingleApplicationSuspensionPaymentInput { @@ -21830,6 +22132,8 @@ remark?: string; /** 鏂囦欢鍒楄〃 */ addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[]; + /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */ + useCustomMaterial?: boolean; id?: string; } @@ -21933,6 +22237,16 @@ industrialParkIds?: string[]; /** 瑙掕壊 */ roleNames?: string[]; + /** 鏄惁鐞嗚禂鎻愰啋 */ + sendClaimMessage?: boolean; + /** 鏄惁淇濆崟鍒版湡鎻愰啋 */ + sendBillExpireMessage?: boolean; + /** 鏄惁鐭俊鎻愰啋 */ + isSendMessage?: boolean; + /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */ + staffChangeMessage?: boolean; + /** 鏄惁鎵规敼鎻愰啋 */ + batchUpdateMessage?: boolean; /** 瀵嗙爜 */ password?: string; /** 鐢ㄦ埛Id */ @@ -23240,8 +23554,20 @@ companyOrgId?: string; /** 缁勭粐鏋舵瀯閮ㄩ棬id */ departmentOrgId?: string; + /** 鐢ㄦ埛绔疘d */ + clientId?: string; /** 鍥尯Ids */ industrialParkIds?: string[]; + /** 鏄惁鐞嗚禂鎻愰啋 */ + sendClaimMessage?: boolean; + /** 鏄惁淇濆崟鍒版湡鎻愰啋 */ + sendBillExpireMessage?: boolean; + /** 鏄惁鐭俊鎻愰啋 */ + isSendMessage?: boolean; + /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */ + staffChangeMessage?: boolean; + /** 鏄惁鎵规敼鎻愰啋 */ + batchUpdateMessage?: boolean; } interface UserDtoPageOutput { @@ -23540,6 +23866,8 @@ canLoginUserSign?: boolean; /** 鏄惁鍙互鐧诲綍姹熶綉淇� */ canLoginJYB?: boolean; + /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */ + canLoginFlexJob?: boolean; } interface UserMessageInfo { -- Gitblit v1.9.1