From 75a69df5b11b8967d5b7d85c26596142f9e19af6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 13 三月 2025 10:24:29 +0800 Subject: [PATCH] release: @life-payment/components v0.0.10 --- packages/services/api/typings.d.ts | 902 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 899 insertions(+), 3 deletions(-) diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts index 00a53a5..1bb20cd 100644 --- a/packages/services/api/typings.d.ts +++ b/packages/services/api/typings.d.ts @@ -440,6 +440,17 @@ parentId?: string; } + interface AddSystemTemplateDataParamSettingInput { + /** 鏁版嵁鍙傛暟鍚嶇О */ + dataParamName?: string; + /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */ + dataParamNameFieldName?: string; + /** 鏁版嵁鍙傛暟榛樿鍊� */ + dataParamDefaultValue?: string; + /** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */ + isNotValueParam?: boolean; + } + interface AddTradeChatRecordInput { /** 鐢ㄦ埛id */ applyUserId?: string; @@ -462,6 +473,9 @@ bussinessCode?: string; /** 妯℃澘鍚嶇О */ name?: string; + signChannel?: SignChannelEnum; + /** 妯℃澘缂栬緫鏁版嵁 */ + templateEditData?: string; } interface AddUpdateCustomerInput { @@ -501,6 +515,26 @@ jobName?: string; /** 鑱屼笟绫诲埆 */ jobType?: string; + } + + interface AddUpdateUserAccountInput { + checkChannelId?: string; + id?: string; + /** 鐢ㄦ埛缂栧彿 */ + userId?: string; + lifePayType?: LifePayOrderTypeEnum; + /** 杩愯惀鍟� */ + operators: string; + /** 鎵嬫満鍙�/鎴峰彿 */ + content?: string; + /** 鐪� */ + province?: string; + /** 甯� */ + city?: string; + /** 鎷撳睍瀛楁锛堢數璐圭被鍨嬶級 */ + extraProperties?: string; + /** 澶囨敞 */ + remark?: string; } interface AddUserCertificationAuditDto { @@ -779,6 +813,21 @@ prices?: PeriodPriceInfo[]; } + interface AlipayEcsignNotifyInput { + /** 绛剧害璁㈠崟鍙� */ + signOrderNo?: string; + /** 鍙戣捣绛剧害鐨勪笟鍔℃祦姘村彿 */ + outOrderNo?: string; + /** 璁㈠崟鐘舵�侊細INIT-鍒濆鍖栵紝FAIL-绛剧害澶辫触锛孲UCCESS-绛剧害鎴愬姛 */ + orderStatus?: string; + /** 绛剧害鏂规鐮� */ + solutionCode?: string; + /** 鍒涘缓鏃堕棿 */ + gmtCreate?: string; + /** 鏇存柊鏃堕棿 */ + gmtModified?: string; + } + interface AlipayFundTransPagePayResponse { body?: string; } @@ -1018,6 +1067,18 @@ id?: string; } + interface APIdeleteLgGigWorkerSignChannelSettingParams { + id?: string; + } + + interface APIdeleteLgGigWorkerSignFreeSettingParams { + id?: string; + } + + interface APIdeleteLgGigWorkerSignSettingParams { + id?: string; + } + interface APIdeleteLgGigWorkerUserParams { id?: string; } @@ -1082,6 +1143,10 @@ } interface APIdeleteTrainingParams { + id?: string; + } + + interface APIdeleteUserAccountParams { id?: string; } @@ -1254,8 +1319,16 @@ moduleId?: string; } + interface APIgetCustomerTemplateDetailParams { + id?: string; + } + interface APIgetCustomerTemplateListParams { customerId?: string; + } + + interface APIgetCustomerTemplateParamListByTemplateIdParams { + templateId?: string; } interface APIgetDefaultConnectionStringParams { @@ -1415,6 +1488,15 @@ interface APIgetLgGigWorkUserDetailParams { id?: string; + } + + interface APIgetLifePayChannlesDtoParams { + id?: string; + } + + interface APIgetLifePayWxIndentityParams { + /** 鐢ㄦ埛鐧诲綍鍑瘉 */ + code?: string; } interface APIgetListParams { @@ -1582,11 +1664,23 @@ userId?: string; } + interface APIgetSignChannelByBussinessCodeParams { + bussinessCode?: string; + } + + interface APIgetSignChannelBySignIdParams { + signId?: string; + } + interface APIgetSignContractToOrderDtoParams { /** 璁㈠崟绛剧害Id */ orderSignId?: string; /** 鏌ヨ绫诲瀷 10鐢叉柟 20涔欐柟 */ searchType?: number; + } + + interface APIgetSignSettingByChannleParams { + signChannel?: SignChannelEnum; } interface APIgetStaffByIdNumParams { @@ -1612,6 +1706,10 @@ } interface APIgetTrainingInfoParams { + id?: string; + } + + interface APIgetUserAccountDetailParams { id?: string; } @@ -1641,6 +1739,14 @@ interface APIgetUserFollowInfoParams { userId?: string; + } + + interface APIgetUserLifePayOrderDetailParams { + orderNo?: string; + } + + interface APIgetUserLifePayOrderRefundParams { + id?: string; } interface APIgetUserListByPhoneNumberParams { @@ -1798,6 +1904,11 @@ permissionName?: string; } + interface APIsetLifePayChannelsStatusParams { + id?: string; + status?: LifePayChannelsStatsEnum; + } + interface APIsetMessageIsReadParams { id?: string; } @@ -1818,6 +1929,12 @@ id?: string; } + interface APItestAliRechargeNotifyParams { + outTradeNo?: string; + tradeNo?: string; + success?: boolean; + } + interface APItestCallBackParams { type?: number; } @@ -1830,10 +1947,25 @@ id?: string; } + interface APItestH5PayParams { + payType?: LifePayTypeEnum; + outTradeNo?: string; + description?: string; + amount?: number; + h5Type?: string; + } + interface APItestPayNotifyParams { payType?: PayTypeEnum; outTradeNo?: string; transactionId?: string; + } + + interface APItestQRCodePayParams { + payType?: PayTypeEnum; + outTradeNo?: string; + description?: string; + amount?: number; } interface APItestRetturnResultParams { @@ -2855,6 +2987,12 @@ verificationCode: string; } + interface ChannelsBaseInput { + checkChannelId?: string; + } + + type ChargeTypeEnum = 1 | 2; + interface CheckBatchCreateCompanyUserInput { enterpriseName?: string; /** 缁熶竴绀句細淇$敤浠g爜 */ @@ -3793,6 +3931,22 @@ status?: CooperationApplyStatusEnum; } + interface CreateEditPayChannelsInput { + id?: string; + channlesName?: string; + channlesNum?: string; + channlesRate?: number; + switchType?: LifePaySwitchTypeEnum; + status?: LifePayChannelsStatsEnum; + channlesType?: LifePayChannlesTypeEnum; + } + + interface CreateEditPayChannelsInputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: CreateEditPayChannelsInput[]; + } + interface CreateInformationAdvertiseInput { /** 瀵瑰鑱旂郴浜� */ outerContacter?: string; @@ -3917,6 +4071,10 @@ sequence?: number; /** 璇存槑 */ remark?: string; + } + + interface CreateLifePayOrderOutput { + orderNo?: string; } interface CreateOrEditAdvertiseBoardInput { @@ -4171,6 +4329,57 @@ attachment?: string; /** 鐘舵�� */ status?: number; + } + + interface CreateOrEditLgGigWorkerSignChannelSettingInput { + id?: string; + /** 閫氶亾鍚嶇О */ + channelName?: string; + /** 绛剧害閫氶亾Id */ + signChannelId?: string; + /** 娓犻亾Id */ + channelIntId?: number; + /** 娓犻亾URL */ + channelUrl?: string; + chargeType?: ChargeTypeEnum; + /** 瀹炲悕璁よ瘉璐圭敤 */ + realVerifyCost?: number; + /** 绛剧害璐圭敤 */ + signCost?: number; + /** 缁熶竴绛剧害璐圭敤 */ + mergeSignCost?: number; + /** 涓婁笂绛炬槸鍚﹂厤缃� */ + isSetBestSign?: boolean; + /** 闃块噷淇′换绛鹃厤缃� */ + isSetAlipaySign?: boolean; + } + + interface CreateOrEditLgGigWorkerSignFreeSettingInput { + id?: string; + /** 鐢ㄦ埛Id */ + userId?: string; + /** 娓犻亾Id */ + signChannelId?: string; + /** 璧犻�佹潯鏁� */ + freeCount?: number; + /** 澶囨敞 */ + remark?: string; + } + + interface CreateOrEditLgGigWorkerSignSettingInput { + id?: string; + /** 鍚嶇О */ + name?: string; + signChannel?: SignChannelEnum; + /** 瀹炲悕璁よ瘉璐圭敤 */ + realVerifyCost?: number; + /** 绛剧害璐圭敤 */ + signCost?: number; + /** 缁熶竴绛剧害璐圭敤 */ + mergeSignCost?: number; + chargeType?: ChargeTypeEnum; + status?: LgGigWorkerSignStatus; + settingStatus?: LgGigWorkerSignSettingStatus; } interface CreateOrEditMarketProductInput { @@ -5132,6 +5341,8 @@ userServiceStaffName?: string; /** 鏄惁濂栧姳閲戝彂鏀� */ isIncentivePayments?: boolean; + /** 鐢靛瓙绛捐禒閫� */ + isSignFreeSet?: boolean; /** 娉ㄥ唽鏃堕棿 */ registTime?: string; } @@ -5155,6 +5366,26 @@ pageModel?: Pagination; /** 鏄电О */ customerId?: string; + } + + interface CustomerTemplateParamListOutput { + id?: string; + /** 妯℃澘id */ + lgGigWorkerCustomerTemplateId?: string; + /** 鏁版嵁鍙傛暟瀛楀吀id */ + templateDataParamId?: string; + /** 妯℃澘鍙傛暟鍚嶇О */ + templateParamName?: string; + /** 鏁版嵁鍚嶇О */ + dataParamName?: string; + /** 妯℃澘鍙傛暟瀛楁鍚嶇О */ + templateParamFieldName?: string; + /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */ + dataParamNameFieldName?: string; + /** 妯℃澘鍙傛暟鍊� 浠呮棤鏁版嵁鍙傛暟鏃跺瓨鍦ㄥ�� */ + templateParamValue?: string; + /** 妯℃澘鍙傛暟棰濆鏁版嵁 */ + templateParamExtraData?: string; } interface DataprepareCreateExtInfo { @@ -5308,6 +5539,60 @@ randomPwd?: string; } + interface ElectricParValueOutput { + electricType?: string; + areaName?: string; + parValue?: string[]; + rate?: number; + comments?: string; + } + + interface ElectricParValueResponse { + success?: boolean; + requestNo?: string; + partnerId?: string; + service?: string; + version?: string; + protocol?: string; + context?: string; + ext?: any; + code?: string; + message?: string; + detail?: string; + electricParValue?: ElectricParValueOutput[]; + } + + interface ElectricSupportAreaChildCityListOutput { + cityName?: string; + cityParentId?: string; + cityId?: string; + } + + interface ElectricSupportAreaListOutput { + childCityList?: ElectricSupportAreaChildCityListOutput[]; + cityName?: string; + cityParentId?: string; + cityId?: string; + electricType?: string; + parValue?: string[]; + rate?: number; + } + + interface ElectricSupportAreaResponse { + success?: boolean; + requestNo?: string; + partnerId?: string; + service?: string; + version?: string; + protocol?: string; + context?: string; + ext?: any; + code?: string; + message?: string; + detail?: string; + electricAreaList?: ElectricSupportAreaListOutput[]; + } + interface EnableSearchSettingInput { id: string; status: boolean; @@ -5352,6 +5637,7 @@ accountRemainAmount?: number; yesterdayFee?: number; oneWeekFee?: number; + freeCount?: number; } interface EnterpriseBatchRefundInput { @@ -6014,6 +6300,49 @@ charset?: string; } + interface GasOrgTypeValueResponse { + success?: boolean; + requestNo?: string; + partnerId?: string; + service?: string; + version?: string; + protocol?: string; + context?: string; + ext?: any; + code?: string; + message?: string; + detail?: string; + gasSupportMerchantInfos?: GasSupportMerchantInfos[]; + } + + interface GasParValueOutput { + gasOrgName?: string; + gasOrgCode?: string; + parValue?: string[]; + rate?: number; + comments?: string; + } + + interface GasParValueResponse { + success?: boolean; + requestNo?: string; + partnerId?: string; + service?: string; + version?: string; + protocol?: string; + context?: string; + ext?: any; + code?: string; + message?: string; + detail?: string; + gasParValue?: GasParValueOutput[]; + } + + interface GasSupportMerchantInfos { + gasOrgTypeCode?: string; + gasOrgTypeName?: string; + } + interface GeAlltCompanyUsersInput { /** 鍐犲悕锛�0鍏朵粬锛�1鐪佺骇锛�2甯傜骇锛�3鍖哄幙绾� */ namingType?: number; @@ -6297,6 +6626,8 @@ templateStatus?: boolean; /** 鐢ㄦ埛id */ companyId?: string; + /** 鏄惁鏈夊緟鍒剁増 */ + hasPendingPlateMaking?: boolean; } interface GetCustomerListOutput { @@ -6316,6 +6647,8 @@ contactPhone?: string; /** 鍚堝悓鏁伴噺 */ contractCount?: number; + /** 寰呭埗鐗堟暟 */ + pendingPlateMakingCount?: number; /** 骞冲彴鐢ㄦ埛Id */ companyId?: string; /** 骞冲彴鐢ㄦ埛鍚嶇О */ @@ -6335,6 +6668,23 @@ queryCondition?: string; } + interface GetCustomerTemplateDetailOutput { + id?: string; + templateId?: string; + templateUrl?: string; + name?: string; + bussinessCode?: string; + creationTime?: string; + signChannel?: SignChannelEnum; + /** 妯℃澘缂栬緫鏁版嵁 */ + templateEditData?: string; + /** 妯℃澘娓叉煋json鏁版嵁 */ + templateJsonData?: string; + creatorId?: string; + /** 鏄惁鍙互缂栬緫鍚嶇О */ + isCanEditName?: boolean; + } + interface GetCustomerTemplateListOutput { id?: string; templateId?: string; @@ -6343,6 +6693,13 @@ name?: string; bussinessCode?: string; creationTime?: string; + signPluginType?: SignChannelEnum; + signChannel?: SignChannelEnum; + status?: LgGigWorkerCustomerTemplateStatusEnum; + /** 鍒剁増鏃堕棿 */ + platedTime?: string; + /** 鎿嶄綔浜� */ + operator?: string; } interface GetEnterpriseCredentialDataResponse { @@ -6478,6 +6835,29 @@ creationTimeEnd?: string; /** 浼佷笟鍚嶇О */ enterpriseName?: string; + } + + interface GetGigWorkerSignChannelSettingInput { + pageModel?: Pagination; + channelName?: string; + settingStatus?: LgGigWorkerSignChannelSettingStatus; + } + + interface GetGigWorkerSignFreeSettingInput { + pageModel?: Pagination; + /** 浼佷笟鍚嶇О/鏇存柊浜�/璐﹀彿 */ + searchKeyWord?: string; + /** 寮�濮嬫湀浠借寖鍥� */ + startMonth?: string; + /** 缁撴潫鏈堜唤鑼冨洿 */ + endMonth?: string; + } + + interface GetGigWorkerSignSettingInput { + pageModel?: Pagination; + signName?: string; + status?: LgGigWorkerSignStatus; + settingStatus?: LgGigWorkerSignSettingStatus; } interface GetHeadlineInformationInput { @@ -7284,6 +7664,7 @@ interface GetLgGigWorkerContractUrlOutput { contractUrl?: string; + signChannel?: SignChannelEnum; } interface GetLgGigWorkUserInput { @@ -7294,6 +7675,7 @@ regiterTimeBegin?: string; /** 鐧昏鏃堕棿缁撴潫 */ regiterTimeEnd?: string; + regiterStatus?: boolean; /** 绛剧害鏃堕棿寮�濮嬫椂闂� */ signTimeBegin?: string; /** 绛剧害鏃堕棿缁撴潫鏃堕棿 */ @@ -7509,6 +7891,20 @@ status?: ParkRewardStatusEnum; /** 濂栧姳鍚嶇О */ rewardName?: string; + } + + interface GetPayOrderForJsAPIInput { + orderNo: string; + lifePayType?: LifePayTypeEnum; + openId?: string; + attach?: string; + payAppId?: string; + checkChannelId?: string; + } + + interface GetPayStatusByOrderNoInput { + checkChannelId?: string; + orderNo?: string; } interface GetPermissionListResultDto { @@ -7796,6 +8192,8 @@ name?: string; /** 鐭俊绫诲瀷 10涓夎绱犺璇� */ verifyType?: number; + /** 鐢佃瘽鍙风爜 */ + phone?: string; /** 璐圭敤 */ cost?: number; } @@ -7860,6 +8258,8 @@ verifyType?: number; /** 璐圭敤 */ cost?: number; + /** 鐢佃瘽鍙风爜 */ + phone?: string; } interface GetSignRealNameCostListOutputPageOutput { @@ -11696,6 +12096,8 @@ realSignCount?: number; } + type LgGigWorkerCustomerTemplateStatusEnum = 10 | 20; + type LgGigWorkerRechargeStatusEnum = 10 | 30 | 40; interface LgGigWorkerRegisterInput { @@ -11710,12 +12112,110 @@ contractTemplateId?: string; } + interface LgGigWorkerSignChannelDto { + /** 鐢靛瓙绛惧悕绉� */ + signName?: string; + /** 娓犻亾Id */ + signChannelId?: string; + signChannel?: SignChannelEnum; + } + + interface LgGigWorkerSignChannelSettingDto { + id?: string; + /** 閫氶亾鍚嶇О */ + channelName?: string; + /** 绛剧害閫氶亾Id */ + signChannelId?: string; + /** 娓犻亾Id */ + channelIntId?: number; + /** 娓犻亾URL */ + channelUrl?: string; + chargeType?: ChargeTypeEnum; + /** 瀹炲悕璁よ瘉璐圭敤 */ + realVerifyCost?: number; + /** 绛剧害璐圭敤 */ + signCost?: number; + /** 缁熶竴绛剧害璐圭敤 */ + mergeSignCost?: number; + /** 涓婁笂绛炬槸鍚﹂厤缃� */ + isSetBestSign?: boolean; + /** 闃块噷淇′换绛鹃厤缃� */ + isSetAlipaySign?: boolean; + settingStatus?: LgGigWorkerSignChannelSettingStatus; + } + + interface LgGigWorkerSignChannelSettingDtoPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: LgGigWorkerSignChannelSettingDto[]; + } + + type LgGigWorkerSignChannelSettingStatus = 10 | -10; + + interface LgGigWorkerSignFreeSettingDto { + /** 鐢ㄦ埛Id */ + userId?: string; + /** 鐢靛瓙绛炬笭閬揑d */ + signChannelId?: string; + /** 鐢靛瓙绛炬笭閬撳悕绉� */ + signName?: string; + /** 璧犻�佹潯鏁� */ + freeCount?: number; + /** 澶囨敞 */ + remark?: string; + id?: string; + creationTime?: string; + lastModificationTime?: string; + lastModifierName?: string; + lastModifierId?: string; + /** 浜т笟鍥尯鍚嶇О */ + industrialParkName?: string; + /** 浜т笟鍥尯Id */ + industrialParkId?: string; + /** 璐﹀彿 */ + userName?: string; + /** 浼佷笟鍚嶇О */ + enterpriseName?: string; + } + + interface LgGigWorkerSignFreeSettingDtoPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: LgGigWorkerSignFreeSettingDto[]; + } + interface LgGigWorkerSignOptions { accountName?: string; accountNo?: string; bankName?: string; remark?: string; } + + interface LgGigWorkerSignSettingDto { + id?: string; + /** 鐢靛瓙绛惧悕绉� */ + name?: string; + signChannel?: SignChannelEnum; + /** 瀹炲悕璁よ瘉璐圭敤 */ + realVerifyCost?: number; + /** 绛剧害璐圭敤 */ + signCost?: number; + /** 缁熶竴绛剧害璐圭敤 */ + mergeSignCost?: number; + chargeType?: ChargeTypeEnum; + status?: LgGigWorkerSignStatus; + settingStatus?: LgGigWorkerSignSettingStatus; + } + + interface LgGigWorkerSignSettingDtoPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: LgGigWorkerSignSettingDto[]; + } + + type LgGigWorkerSignSettingStatus = 10 | -10; + + type LgGigWorkerSignStatus = 10 | -10; interface LgGigWorkerUserImport { /** 鐢ㄦ埛Id */ @@ -11788,6 +12288,8 @@ enterSignStatus?: LgGigUserSignEnum; /** 浼佷笟绛剧害鏃堕棿 */ enterSignTime?: string; + regiterStatus?: boolean; + signChannel?: SignChannelEnum; } interface LgGigWorkUserOutputPageOutput { @@ -11807,6 +12309,147 @@ registerMoney?: string; businessRange?: string; legalPerson?: string; + } + + interface LifeElectricData { + /** 鍏呭�奸潰棰濓紝鍗曚綅涓哄厓銆� */ + parValue: number; + /** 鐢电綉绫诲瀷锛屼緥濡傦細"guowang"浠h〃鍥藉鐢电綉锛�"nanwang"浠h〃鍗楁柟鐢电綉銆� */ + electricType: string; + /** 鐢佃垂绫诲瀷锛屽浗缃戝繀浼狅細浣忓畢銆佷紒浜嬩笟銆佸簵閾轰笁涓�夐」銆� */ + electricAccountType: string; + /** 鐢佃垂鎴峰彿銆� */ + electricAccount: string; + /** 鐪佷唤銆� */ + province: string; + /** 鍩庡競銆� */ + city?: string; + /** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */ + sixID?: string; + } + + interface LifeElectricDataCreateLifePayOrderInput { + userId?: string; + /** 娓犻亾鍚嶇О */ + channelId?: string; + checkChannelId?: string; + productData?: LifeElectricData; + } + + interface LifeGasData { + /** 鍏呭�奸潰棰濓紝鍗曚綅涓哄厓銆� */ + parValue: number; + /** 澶╃劧姘斿叕鍙哥被鍨嬶紝"zhong_ran"浠h〃涓噧鐕冩皵锛�"bei_jing"浠h〃鍖椾含鐕冩皵銆� */ + gasOrgType: string; + /** 鐕冩皵鎴峰彿 */ + gasAccount: string; + /** 鐪佷唤 */ + province: string; + /** 鍩庡競 */ + city?: string; + } + + interface LifeGasDataCreateLifePayOrderInput { + userId?: string; + /** 娓犻亾鍚嶇О */ + channelId?: string; + checkChannelId?: string; + productData?: LifeGasData; + } + + type LifePayChannelsStatsEnum = 10 | 20; + + type LifePayChannlesTypeEnum = 10 | 20; + + interface LifePayOrderListOutput { + id?: string; + userId?: string; + /** 鐢ㄦ埛鎵嬫満鍙� */ + phoneNumber?: string; + lifePayType?: LifePayTypeEnum; + /** 娓犻亾鍚嶇О */ + channelName?: string; + lifePayOrderType?: LifePayOrderTypeEnum; + /** 璁㈠崟鍙� */ + orderNo?: string; + /** 鍏呭�奸噾棰� */ + rechargeAmount?: number; + /** 浼樻儬閲戦 */ + discountAmount?: number; + /** 瀹炰粯閲戦 */ + payAmount?: number; + /** 鏀粯鏃堕棿 */ + payTime?: string; + payStatus?: LifePayStatusEnum; + /** 澶栭儴璁㈠崟鍙� */ + outOrderNo?: string; + lifePayOrderStatus?: LifePayOrderStatusEnum; + /** 瀹屾垚鏃堕棿 */ + finishTime?: string; + /** 閫�娆惧嚟璇� */ + refundCredentialsImgUrl?: string; + /** 涓嬪崟鏃堕棿 */ + creationTime?: string; + /** 閫�娆炬椂闂� */ + refundTime?: string; + refundApplyRemark?: string; + refundCheckRemark?: string; + acoolyOrderNo?: string; + } + + interface LifePayOrderListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: LifePayOrderListOutput[]; + } + + type LifePayOrderStatusEnum = 10 | 20 | 30 | 40 | 50 | 60; + + type LifePayOrderTypeEnum = 10 | 20 | 30; + + interface LifePayPhoneMesssageCodeLoginInput { + checkChannelId?: string; + /** 鎵嬫満鍙� */ + phoneNumber: string; + } + + interface LifePayRateInput { + rateType?: LifePayRateTypeEnum; + rate?: number; + id?: string; + } + + interface LifePayRateListOutput { + rateType?: LifePayRateTypeEnum; + rate?: number; + id?: string; + } + + type LifePayRateTypeEnum = 10 | 20 | 30 | 40; + + type LifePayStatusEnum = 10 | 20 | 30 | 40; + + type LifePaySwitchTypeEnum = 10 | 20 | 30; + + type LifePayTypeEnum = 10 | 20; + + interface LifePhoneData { + /** 杩愯惀鍟嗙紪鐮侊紝渚嬪锛�"yidong", "dianxin", "liantong"銆� */ + ispCode: string; + /** 鍏呭�奸潰棰濓紝鍗曚綅涓哄厓銆傛祴璇曡处鎴凤細parValue=100:缂磋垂鎴愬姛锛宲arValue>100锛氱即璐瑰け璐ャ�� */ + parValue: number; + /** 鎵嬫満鍙枫�� */ + phone: string; + /** 鏈轰富鍚嶇О(鐢典俊鎵嬫満鍙峰繀濉�) */ + name?: string; + } + + interface LifePhoneDataCreateLifePayOrderInput { + userId?: string; + /** 娓犻亾鍚嶇О */ + channelId?: string; + checkChannelId?: string; + productData?: LifePhoneData; } interface LikeFavoriteMessageInfo { @@ -12219,6 +12862,16 @@ typeSimple?: string; isOptional?: boolean; defaultValue?: any; + } + + interface ModelPaymentMiniPay { + nonceStr?: string; + package?: string; + signType?: string; + paySign?: string; + timestamp?: string; + timeExpire?: string; + message?: string; } interface ModuleApiDescriptionModel { @@ -13072,7 +13725,10 @@ | 28 | 29 | 30 - | 31; + | 31 + | 32 + | 40 + | 42; interface OrderChangedBzContentInput { outBizNo?: string; @@ -14464,7 +15120,7 @@ credential?: PersonalUserRegCredentialInput; } - type PhoneMessageBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 50 | 60 | 70 | 920; + type PhoneMessageBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 920; type PhoneMessageStatusEnum = 1 | 2 | 3; @@ -14482,6 +15138,30 @@ phoneNumber: string; /** 楠岃瘉鐮� */ code: string; + } + + interface PhoneParValueOutput { + ispCode?: string; + ispName?: string; + parValue?: string[]; + rate?: number; + phoneSection?: string; + comments?: string; + } + + interface PhoneParValueResponse { + success?: boolean; + requestNo?: string; + partnerId?: string; + service?: string; + version?: string; + protocol?: string; + context?: string; + ext?: any; + code?: string; + message?: string; + detail?: string; + phoneParValue?: PhoneParValueOutput[]; } interface PhoneToken { @@ -15440,6 +16120,20 @@ userId?: string; } + interface QueryCustomerTemplateListInput { + customerId?: string; + searchKey?: string; + status?: LgGigWorkerCustomerTemplateStatusEnum; + /** 寮�濮嬪埗鐗堟椂闂� */ + beginPlatedTime?: string; + /** 缁撴潫鍒剁増鏃堕棿 */ + endPlatedTime?: string; + /** 寮�濮嬪埗涓婁紶鏃堕棿 */ + beginCreationTime?: string; + /** 缁撴潫涓婁紶鏃堕棿 */ + endCreationTime?: string; + } + interface QueryEnterpriseMaterialDetailInput { id?: string; userId?: string; @@ -15561,6 +16255,27 @@ returnBeginNo?: string; returnCount?: string; docId?: string; + } + + interface QueryLifePayOrderListInput { + pageModel?: Pagination; + lifePayOrderType?: LifePayOrderTypeEnum; + lifePayType?: LifePayTypeEnum; + /** 寮�濮嬫敮浠樻椂闂� */ + beginPayTime?: string; + /** 缁撴潫鏀粯鏃堕棿 */ + endPayTime?: string; + payStatus?: LifePayStatusEnum; + lifePayOrderStatus?: LifePayOrderStatusEnum; + /** 寮�濮嬪畬鎴愭椂闂� */ + beginFinishTime?: string; + /** 缁撴潫瀹屾垚鏃堕棿 */ + endFinishTime?: string; + /** 鐢ㄦ埛Id */ + userId?: string; + /** 鎼滅储鍏抽敭璇� */ + keyWords?: string; + checkChannelId?: string; } interface QueryMatchMakingApplyByOrderInput { @@ -15727,6 +16442,20 @@ pageModel?: Pagination; applyUserId?: string; orderUserId?: string; + } + + interface QueryUserAccountAllListInput { + checkChannelId?: string; + /** 鐢ㄦ埛Id */ + userId?: string; + lifePayOrderType?: LifePayOrderTypeEnum; + } + + interface QueryUserAccountListInput { + pageModel?: Pagination; + /** 鐢ㄦ埛Id */ + userId?: string; + lifePayOrderType?: LifePayOrderTypeEnum; } interface QueryUserCertificationAuditListInput { @@ -16198,6 +16927,7 @@ interface RecordUserSignInput { lgGigWorkerId?: string; + signChannel?: SignChannelEnum; userType?: string; signCostType?: number; messageChannel?: number; @@ -16221,6 +16951,12 @@ status?: number; } + interface RefundLifePayOrderInput { + id?: string; + refundCredentialsImgUrl?: string; + refundCheckRemark?: string; + } + interface RefundOrderContactSignInput { /** 鎷掔粷浜虹被鍨� 10鐢叉柟 20涔欐柟 */ fromType?: number; @@ -16228,6 +16964,14 @@ userId?: string; /** 璁㈠崟鍗忚Id */ orderSignId?: string; + } + + interface RefundUserLifePayOrderInput { + checkChannelId?: string; + id?: string; + /** 鐢ㄦ埛Id */ + userId?: string; + refundApplyRemark?: string; } interface RegisterDto { @@ -16613,6 +17357,32 @@ receiptName?: string; } + interface SaveCustomerTemplateParamInput { + /** 妯℃澘id */ + lgGigWorkerCustomerTemplateId?: string; + /** 妯℃澘娓叉煋json鏁版嵁 */ + templateJsonData?: string; + /** 鍙傛暟鍒楄〃 */ + paramList?: SaveCustomerTemplateParamItem[]; + } + + interface SaveCustomerTemplateParamItem { + /** 鏁版嵁鍙傛暟瀛楀吀id */ + templateDataParamId?: string; + /** 妯℃澘鍙傛暟鍚嶇О */ + templateParamName?: string; + /** 鏁版嵁鍚嶇О */ + dataParamName?: string; + /** 妯℃澘鍙傛暟瀛楁鍚嶇О */ + templateParamFieldName?: string; + /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */ + dataParamNameFieldName?: string; + /** 妯℃澘鍙傛暟鍊� 浠呮棤鏁版嵁鍙傛暟鏃跺瓨鍦ㄥ�� */ + templateParamValue?: string; + /** 妯℃澘鍙傛暟棰濆鏁版嵁 */ + templateParamExtraData?: string; + } + interface SaveWalletPayChannelFeeSettingInput { /** 閫氶亾id */ walletPayChannelId?: string; @@ -16895,6 +17665,15 @@ prices?: InsurePriceModel[]; } + interface SetLifePayOrderPayTypeInput { + orderNo: string; + lifePayType?: LifePayTypeEnum; + h5Type?: string; + openId?: string; + attach?: string; + checkChannelId?: string; + } + interface SetManyContractTemplateHandSignKeyInput { contractTemplateId?: string; listKey?: string[]; @@ -16961,6 +17740,19 @@ interface SetRoleUserInput { userId?: string[]; roleId?: string; + } + + interface SetSignChannelStatusInput { + id?: string; + /** 涓婁笂绛炬槸鍚﹂厤缃� */ + isSetBestSign?: boolean; + /** 闃块噷淇′换绛鹃厤缃� */ + isSetAlipaySign?: boolean; + } + + interface SetSignStatusInput { + id?: string; + status?: LgGigWorkerSignStatus; } interface SetStatusInput { @@ -17113,6 +17905,8 @@ /** 璁よ瘉缁撴灉 */ verifyResult?: string; } + + type SignChannelEnum = 10 | 20; interface SignInfo { signUrl?: string; @@ -17617,6 +18411,16 @@ } type SystemNoticeStatusEnum = 10 | 20 | 30 | 40; + + interface SystemTemplateDataParamSettingOutput { + id?: string; + /** 鏁版嵁鍙傛暟鍚嶇О */ + dataParamName?: string; + /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */ + dataParamNameFieldName?: string; + /** 鏁版嵁鍙傛暟榛樿鍊� */ + dataParamDefaultValue?: string; + } interface TagDto { /** 鏍囩Id */ @@ -18770,6 +19574,32 @@ staffCount?: number; } + interface UserAccountOutput { + id?: string; + lifePayType?: LifePayOrderTypeEnum; + /** 杩愯惀鍟� */ + operators?: string; + /** 鎵嬫満鍙�/鎴峰彿 */ + content?: string; + /** 鐪� */ + province?: string; + /** 甯� */ + city?: string; + /** 鎷撳睍瀛楁锛堢數璐圭被鍨嬶級 */ + extraProperties?: string; + /** 澶囨敞 */ + remark?: string; + /** 鍒涘缓鏃堕棿 */ + creationTime?: string; + isDeleted?: boolean; + } + + interface UserAccountOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: UserAccountOutput[]; + } + interface UserAttentionsDto { /** 浜у搧鍏虫敞鏁� */ productCount?: number; @@ -19644,6 +20474,70 @@ certificationChannel?: UserCertificationChannelEnum; } + interface UserLifePayOrderOutput { + id?: string; + lifePayType?: LifePayTypeEnum; + lifePayOrderType?: LifePayOrderTypeEnum; + /** 璁㈠崟鍙� */ + orderNo?: string; + /** 鍏呭�奸噾棰� */ + rechargeAmount?: number; + /** 浼樻儬閲戦 */ + discountAmount?: number; + /** 瀹炰粯閲戦 */ + payAmount?: number; + /** 鏀粯鏃堕棿 */ + payTime?: string; + payStatus?: LifePayStatusEnum; + lifePayOrderStatus?: LifePayOrderStatusEnum; + /** 瀹屾垚鏃堕棿 */ + finishTime?: string; + /** 璁㈠崟璇︾粏鏁版嵁 */ + orderParamDetailJsonStr?: string; + /** 涓嬪崟鏃堕棿 */ + creationTime?: string; + /** 閫�娆炬椂闂� */ + refundTime?: string; + /** 閫�娆惧嚟璇� */ + refundCredentialsImgUrl?: string; + refundApplyRemark?: string; + refundCheckRemark?: string; + /** 娓犻亾娴佹按鍙� */ + acoolyOrderNo?: string; + } + + interface UserLifePayOrderOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: UserLifePayOrderOutput[]; + } + + interface UserLifePayOrderRefundOutput { + /** 璁㈠崟缂栧彿 */ + id?: string; + /** 璁㈠崟鍙� */ + orderNo?: string; + /** 閫�娆惧師鍥� */ + refundApplyRemark?: string; + /** 鍚庡彴濉啓鐨勯┏鍥炲師鍥� */ + refundCheckRemark?: string; + lifePayOrderStatus?: LifePayOrderStatusEnum; + } + + interface UserListOutput { + id?: string; + /** 鐢ㄦ埛鎵嬫満鍙� */ + phoneNumber?: string; + lastLoginTime?: string; + creationTime?: string; + } + + interface UserListOutputPageOutput { + pageModel?: Pagination; + objectData?: any; + data?: UserListOutput[]; + } + interface UserMessageInfo { /** 娑堟伅Id */ id?: string; @@ -20049,6 +20943,7 @@ | 51 | 60 | 70 + | 80 | 900 | 910 | 920; @@ -20736,7 +21631,7 @@ timeZoneId?: string; } - type WxMiniAppEnum = 10 | 20; + type WxMiniAppEnum = 10 | 20 | 30; interface WxMiniAppIndentityInfo { /** 浼氳瘽瀵嗛挜 */ @@ -20745,6 +21640,7 @@ openId?: string; /** 鐢ㄦ埛鍚嶏紙璇ュ�间负绌哄垯闇�鎵嬫満鎺堟潈鐧诲綍锛屼笉涓虹┖鍒欏凡鏈夎灏忕▼搴忕敤鎴凤級 */ userName?: string; + unionId?: string; } interface WxMiniAppLoginInfo { -- Gitblit v1.9.1