From 22f3a5d511faba2aa101c59559742b9e28bf7f59 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 06 三月 2025 16:02:37 +0800 Subject: [PATCH] fix: 修改打包 --- packages/services/api/typings.d.ts | 66 ++++++++++++++++++++++++++++++++ 1 files changed, 65 insertions(+), 1 deletions(-) diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts index 9fc2d47..e59b986 100644 --- a/packages/services/api/typings.d.ts +++ b/packages/services/api/typings.d.ts @@ -1466,6 +1466,11 @@ id?: string; } + interface APIgetLifePayWxIndentityParams { + /** 鐢ㄦ埛鐧诲綍鍑瘉 */ + code?: string; + } + interface APIgetListParams { filter?: string; clientId?: string; @@ -1899,6 +1904,14 @@ interface APItestGetPlatformServicePayParams { id?: string; + } + + interface APItestH5PayParams { + payType?: LifePayTypeEnum; + outTradeNo?: string; + description?: string; + amount?: number; + h5Type?: string; } interface APItestPayNotifyParams { @@ -5488,6 +5501,37 @@ electricParValue?: ElectricParValueOutput[]; } + interface ElectricSupportAreaChildCityListOutput { + cityName?: string; + cityParentId?: string; + ciytId?: string; + } + + interface ElectricSupportAreaListOutput { + childCityList?: ElectricSupportAreaChildCityListOutput[]; + cityName?: string; + cityParentId?: string; + ciytId?: 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; @@ -7743,6 +7787,13 @@ status?: ParkRewardStatusEnum; /** 濂栧姳鍚嶇О */ rewardName?: string; + } + + interface GetPayOrderForJsAPIInput { + orderNo: string; + lifePayType?: LifePayTypeEnum; + openId?: string; + attach?: string; } interface GetPermissionListResultDto { @@ -12161,7 +12212,7 @@ /** 鐪佷唤銆� */ province: string; /** 鍩庡競銆� */ - city: string; + city?: string; /** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */ sixID?: string; } @@ -12647,6 +12698,12 @@ typeSimple?: string; isOptional?: boolean; defaultValue?: any; + } + + interface ModelPayPrePayId { + prepayId?: string; + code?: string; + message?: string; } interface ModuleApiDescriptionModel { @@ -17415,6 +17472,9 @@ interface SetLifePayOrderPayTypeInput { orderNo: string; lifePayType?: LifePayTypeEnum; + h5Type?: string; + openId?: string; + attach?: string; } interface SetManyContractTemplateHandSignKeyInput { @@ -20211,6 +20271,10 @@ finishTime?: string; /** 璁㈠崟璇︾粏鏁版嵁 */ orderParamDetailJsonStr?: string; + /** 涓嬪崟鏃堕棿 */ + creationTime?: string; + /** 閫�娆炬椂闂� */ + refundTime?: string; } interface UserLifePayOrderOutputPageOutput { -- Gitblit v1.9.1