From 62467438f17f552b7f2e72e7e13968a398d55863 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 03 九月 2025 15:08:12 +0800 Subject: [PATCH] fix: bug --- packages/services/apiV2/typings.d.ts | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 309 insertions(+), 5 deletions(-) diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts index 0b8e9b4..e30cb0c 100644 --- a/packages/services/apiV2/typings.d.ts +++ b/packages/services/apiV2/typings.d.ts @@ -3,9 +3,59 @@ [key: string]: any; } + interface AlipayFundExpandindirectCreateCommand { + /** 浜у搧鐮� */ + productCode?: string; + /** 鍦烘櫙鐮� */ + bizScene?: string; + /** 澶栭儴鍗曞彿 */ + outBizNo?: string; + /** 浜岀骇鍟嗘埛淇℃伅-鏍囪瘑 */ + identity?: string; + /** 浜岀骇鍟嗘埛淇℃伅-鏍囪瘑绫诲瀷 */ + identityType?: string; + /** 浜岀骇鍟嗘埛淇℃伅-濮撳悕 */ + name?: string; + /** 涓氬姟绫诲瀷 */ + bizType?: string; + /** 鍘熻繘浠跺崟id */ + originalOrderId?: string; + /** 璧勯噾璁拌处鏈殑涓氬姟鍦烘櫙 */ + sceneCode?: string; + /** 杞处鍦烘櫙璇存槑 */ + sceneDirections?: string; + /** 杞处鍦烘櫙鎴浘 */ + sceneImage?: string; + /** 鍟嗘埛琛屼笟璧勮川鍥剧墖鎴栧崗璁枃鏈� */ + sceneQualificationImage?: string; + sitesInfo?: AlipayFundExpandindirectCreateCommandSites; + /** Id */ + id?: string; + } + + interface AlipayFundExpandindirectCreateCommandSites { + website?: string; + app?: string; + gongzh?: string; + qita?: string; + xchengxU_ZHI?: string; + } + + interface AlipayFundExpandindirectOrderCancelCommand { + /** 浠h繘浠跺崟Id */ + id?: string; + } + + type AlipayTransferCommand = Record<string, any>; + interface APIcheckHealthParams { /** 鍋ュ悍鏍¢獙 */ request?: CheckHealthQuery; + } + + interface APIgetAlipayFundExpandindirectOrderParams { + /** 浠h繘浠跺崟Id */ + id?: string; } interface APIgetAliyunOSSAcsParams { @@ -101,6 +151,11 @@ interface APIgetEnterpriseSmsSettingParams { /** Id */ id?: string; + } + + interface APIgetEnterpriseWalletParams { + /** 閫氶亾 */ + access?: EnumEnterpriseWalletAccess; } interface APIgetFileUrlParams { @@ -315,6 +370,10 @@ type ClearTaskCollectCommand = Record<string, any>; + interface CloseEnterpriseWalletCommand { + access?: EnumEnterpriseWalletAccess; + } + interface CollectTaskCommand { /** 浠诲姟Id */ ids?: string[]; @@ -389,6 +448,18 @@ data?: any; } + interface EnterpriseUserElectronSignCommand { + /** 鐏靛伐Id */ + id?: string; + } + + interface EnterpriseUserElectronSignCommandResult { + /** 绛剧讲鍚堝悓鐭摼鎺� */ + signContractShortUrl?: string; + /** 绛剧讲鍚堝悓闀块摼鎺� */ + signContractLongUrl?: string; + } + enum EnumBillingMethod { /**鎸夋湀 */ Month = 10, @@ -451,11 +522,39 @@ AlipaySign = 20, } + enum EnumEnterpriseCostStatus { + /**鎵h垂鎴愬姛 */ + Success = 10, + /**鎵h垂澶辫触 */ + Fail = 20, + } + + enum EnumEnterpriseCostType { + /**鐭俊 */ + SMS = 10, + /**鐢靛瓙绛� */ + ElectronSign = 20, + } + enum EnumEnterpriseRealMethod { /**浼佷笟涓夎绱� */ Identity3 = 10, /**浼佷笟鍥涜绱� */ Identity4 = 20, + } + + enum EnumEnterpriseWalletAccess { + /**鏀粯瀹� */ + Alipay = 10, + } + + enum EnumEnterpriseWalletSignStatus { + /**鐢宠涓� */ + Apply = 10, + /**宸茬绾� */ + Normal = 100, + /**缁堟 */ + Stop = 999, } enum EnumMenuType { @@ -579,10 +678,12 @@ UserServerUserResume = 13, /**浼佷笟淇℃伅 */ UserServerEnterprise = 14, + /**浼佷笟閽卞寘 */ + UserServerEnterpriseWallet = 15, /**鐏靛伐淇℃伅 */ - UserServerEnterpriseEmployee = 15, + UserServerEnterpriseEmployee = 16, /**鐢靛瓙绛� */ - ElectronSignServerElectronSign = 16, + ElectronSignServerElectronSign = 17, } enum EnumResourceMethod { @@ -687,8 +788,6 @@ Pass = 20, /**宸叉嫆绛� */ Refuse = 30, - /**鐢熸晥涓� */ - Effect = 40, /**宸茬粓姝� */ Stop = 50, } @@ -750,6 +849,42 @@ errorCode?: string; /** 鏁版嵁 */ data?: boolean; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + + interface FriendlyResultEnterpriseUserElectronSignCommandResult { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + data?: EnterpriseUserElectronSignCommandResult; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + + interface FriendlyResultGetAlipayFundExpandindirectOrderQueryResult { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + data?: GetAlipayFundExpandindirectOrderQueryResult; /** 鎵ц鎴愬姛 */ success?: boolean; /** 閿欒淇℃伅 */ @@ -1056,6 +1191,24 @@ /** 閿欒鐮� */ errorCode?: string; data?: GetEnterpriseSmsSettingQueryResult; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + + interface FriendlyResultGetEnterpriseWalletQueryResult { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + data?: GetEnterpriseWalletQueryResult; /** 鎵ц鎴愬姛 */ success?: boolean; /** 閿欒淇℃伅 */ @@ -1871,6 +2024,24 @@ timestamp?: number; } + interface FriendlyResultOpenEnterpriseWalletCommandResult { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + data?: OpenEnterpriseWalletCommandResult; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + interface FriendlyResultPagedListQueryResultGetDictionaryCategoriesQueryResultItem { /** 璺熻釜Id */ traceId?: string; @@ -1961,6 +2132,24 @@ timestamp?: number; } + interface FriendlyResultPersonalUserElectronSignCommandResult { + /** 璺熻釜Id */ + traceId?: string; + /** 鐘舵�佺爜 */ + code?: number; + /** 閿欒鐮� */ + errorCode?: string; + data?: PersonalUserElectronSignCommandResult; + /** 鎵ц鎴愬姛 */ + success?: boolean; + /** 閿欒淇℃伅 */ + msg?: any; + /** 闄勫姞鏁版嵁 */ + extras?: any; + /** 鏃堕棿鎴� */ + timestamp?: number; + } + interface FriendlyResultString { /** 璺熻釜Id */ traceId?: string; @@ -1997,6 +2186,52 @@ /** 鏃堕棿鎴� */ timestamp?: number; } + + interface GetAlipayFundExpandindirectOrderQueryResult { + /** Id */ + id?: string; + /** 浜у搧鐮� */ + productCode?: string; + /** 鍦烘櫙鐮� */ + bizScene?: string; + /** 澶栭儴鍗曞彿 */ + outBizNo?: string; + /** 浜岀骇鍟嗘埛淇℃伅-鏍囪瘑 */ + identity?: string; + /** 浜岀骇鍟嗘埛淇℃伅-鏍囪瘑绫诲瀷 */ + identityType?: string; + /** 浜岀骇鍟嗘埛淇℃伅-濮撳悕 */ + name?: string; + /** 涓氬姟绫诲瀷 */ + bizType?: string; + /** 鍘熻繘浠跺崟id */ + originalOrderId?: string; + /** 璧勯噾璁拌处鏈殑涓氬姟鍦烘櫙 */ + sceneCode?: string; + /** 杞处鍦烘櫙璇存槑 */ + sceneDirections?: string; + /** 杞处鍦烘櫙鎴浘 */ + sceneImage?: string; + /** 鍟嗘埛琛屼笟璧勮川鍥剧墖鎴栧崗璁枃鏈� */ + sceneQualificationImage?: string; + /** 鍟嗘埛绔欑偣淇℃伅 */ + sites?: string; + /** 杩涗欢鍗昳d */ + orderId?: string; + /** 杩涗欢鍗曠姸鎬� +瀹℃壒涓�: PROCESSING +宸茬敓鏁�: VALID +瀹℃壒涓嶉�氳繃: INVALID +宸插簾寮�: DISUSE +宸叉挙閿�: REVOKED */ + status?: string; + /** 杩涗欢鍗曚换鍔″畬缁撴椂闂� */ + taskFinishTime?: string; + /** 杩涗欢鍗曞鏍镐笉閫氳繃鍘熷洜 */ + riskReviewRemark?: string; + } + + type GetAlipayNotifyCommand = Record<string, any>; type GetAliyunOSSAcsQuery = Record<string, any>; @@ -2182,6 +2417,8 @@ /** 鎻愪氦Id */ id?: string; enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser; + /** 楠屾敹鏃堕棿 */ + date?: string; /** 鎻愪氦鏃堕棿 */ createdTime?: string; /** 楠屾敹鐓х墖 */ @@ -2206,6 +2443,8 @@ interface GetCheckReceiveTaskUserSubmitsQueryResultItem { /** 鎻愪氦Id */ id?: string; + /** 楠屾敹鏃堕棿 */ + date?: string; /** 鎻愪氦鏃堕棿 */ createdTime?: string; /** 楠屾敹鐓х墖 */ @@ -2663,6 +2902,8 @@ enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; /** 浼佷笟绛剧害鏃堕棿 */ enterpriseSignContractTime?: string; + /** 鐢靛瓙鍚堝悓 */ + contractUrl?: string; } type GetEnterpriseLoginInfoQuery = Record<string, any>; @@ -2763,6 +3004,23 @@ industryTypeContent?: string; /** 鏄惁宸查厤缃� */ isConfigured?: boolean; + } + + interface GetEnterpriseWalletQueryResult { + /** 閽卞寘Id */ + id?: string; + access?: EnumEnterpriseWalletAccess; + /** 鍗忚鍙� */ + code?: string; + /** 閫氶亾鍗忚鍙� */ + agreementNo?: string; + /** 鍗忚绛剧害鏃堕棿 */ + signTime?: string; + /** 鍗忚鐢熸晥鏃堕棿 */ + validTime?: string; + /** 鍗忚澶辨晥鏃堕棿 */ + invalidTime?: string; + signStatus?: EnumEnterpriseWalletSignStatus; } interface GetExceptionLogsQuery { @@ -3151,6 +3409,8 @@ avatar?: string; /** 濮撳悕 */ name?: string; + /** 鎵嬫満鍙� */ + contactPhoneNumber?: string; /** 鏄惁瀹炲悕 */ isReal?: boolean; realMethod?: EnumUserRealMethod; @@ -3163,8 +3423,11 @@ } interface GetPersonalUserElectronSignQueryResult { + /** 鐏靛伐Id */ + id?: string; /** 鍚堝悓缂栧彿 */ contractCode?: string; + contractTemplateAccess?: EnumElectronSignAccess; userSignContractStatus?: EnumTaskUserSignContractStatus; /** 绛剧害鏂逛俊鎭�-鍛樺伐-濮撳悕 */ name?: string; @@ -3172,6 +3435,8 @@ identityType?: string; /** 绛剧害鏂逛俊鎭�-鍛樺伐-璇佷欢鍙风爜 */ identity?: string; + /** 绛剧害鏂逛俊鎭�-鍛樺伐-鎵嬫満鍙� */ + contactPhoneNumber?: string; /** 绛剧害鏂逛俊鎭�-鍛樺伐-绛剧害鏃堕棿 */ userSignContractTime?: string; /** 绛剧害鏂逛俊鎭�-鍏徃涓讳綋-涓讳綋绫诲瀷 */ @@ -3564,6 +3829,8 @@ status?: EnumTaskStatus; releaseStatus?: EnumTaskReleaseStatus; hireStatus?: EnumTaskUserHireStatus; + /** 鐏靛伐Id */ + enterpriseEmployeeId?: string; applyButton?: GetTaskInfoQueryResultApplyButton; hireButton?: GetTaskInfoQueryResultHireButton; } @@ -4062,7 +4329,7 @@ interface InviteElectronSignCommand { /** 鐏靛伐Id */ - id?: string; + ids?: string[]; /** 鍚堝悓妯℃澘Id */ contractTemplateId?: string; } @@ -4078,6 +4345,15 @@ sessionKey?: string; /** 鏄惁宸茬粦瀹氭墜鏈哄彿锛堜粎鐢ㄤ簬寰俊灏忕▼搴忔巿鏉冪櫥褰曪級 */ isBindPhoneNumber?: boolean; + } + + interface OpenEnterpriseWalletCommand { + access?: EnumEnterpriseWalletAccess; + } + + interface OpenEnterpriseWalletCommandResult { + /** 绛剧害鍦板潃 */ + signUrl?: string; } interface PagedListQueryPageModel { @@ -4145,6 +4421,18 @@ password: string; type?: EnumUserType; clientType?: EnumClientType; + } + + interface PersonalUserElectronSignCommand { + /** 鐏靛伐Id */ + id?: string; + } + + interface PersonalUserElectronSignCommandResult { + /** 绛剧讲鍚堝悓鐭摼鎺� */ + signContractShortUrl?: string; + /** 绛剧讲鍚堝悓闀块摼鎺� */ + signContractLongUrl?: string; } interface PersonalUserFaceRealCommand { @@ -4299,6 +4587,17 @@ password?: string; /** Id */ id?: string; + } + + interface SaveEnterpriseCostCommand { + /** 浼佷笟Id */ + enterpriseId?: string; + type?: EnumEnterpriseCostType; + /** 鍚堝悓妯℃澘Id */ + contractTemplateId?: string; + /** 鐏靛伐鍚堝悓Id */ + enterpriseEmployeeContractId?: string; + status?: EnumEnterpriseCostStatus; } interface SaveMenuButtonCommand { @@ -4673,6 +4972,11 @@ clientType?: EnumClientType; } + interface StopElectronSignCommand { + /** 鐏靛伐Id */ + ids?: string[]; + } + interface SubmitCheckReceiveTaskCommand { /** 浠诲姟Id */ taskInfoId?: string; -- Gitblit v1.9.1