From 5dd9eb5d8a69fa8c2b66706434a6cc7748ff4786 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 10 三月 2025 14:31:52 +0800
Subject: [PATCH] fix: 二期需求

---
 packages/services/api/typings.d.ts |  100 +++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 87 insertions(+), 13 deletions(-)

diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts
index c913d8b..7724c53 100644
--- a/packages/services/api/typings.d.ts
+++ b/packages/services/api/typings.d.ts
@@ -917,12 +917,6 @@
     id?: string;
   }
 
-  interface APIaliRechargeNotifyParams {
-    outTradeNo?: string;
-    tradeNo?: string;
-    success?: boolean;
-  }
-
   interface APIapiDefinitionParams {
     includeTypes?: boolean;
   }
@@ -1472,6 +1466,11 @@
     id?: string;
   }
 
+  interface APIgetLifePayWxIndentityParams {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
+  }
+
   interface APIgetListParams {
     filter?: string;
     clientId?: string;
@@ -1889,6 +1888,12 @@
     id?: string;
   }
 
+  interface APItestAliRechargeNotifyParams {
+    outTradeNo?: string;
+    tradeNo?: string;
+    success?: boolean;
+  }
+
   interface APItestCallBackParams {
     type?: number;
   }
@@ -1899,6 +1904,14 @@
 
   interface APItestGetPlatformServicePayParams {
     id?: string;
+  }
+
+  interface APItestH5PayParams {
+    payType?: LifePayTypeEnum;
+    outTradeNo?: string;
+    description?: string;
+    amount?: number;
+    h5Type?: string;
   }
 
   interface APItestPayNotifyParams {
@@ -5468,24 +5481,55 @@
   interface ElectricParValueOutput {
     electricType?: string;
     areaName?: string;
-    parValue?: string;
+    parValue?: string[];
     rate?: number;
     comments?: string;
   }
 
   interface ElectricParValueResponse {
-    success?: string;
+    success?: boolean;
     requestNo?: string;
     partnerId?: string;
     service?: string;
     version?: string;
     protocol?: string;
     context?: string;
-    ext?: 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 {
@@ -7743,6 +7787,14 @@
     status?: ParkRewardStatusEnum;
     /** 濂栧姳鍚嶇О */
     rewardName?: string;
+  }
+
+  interface GetPayOrderForJsAPIInput {
+    orderNo: string;
+    lifePayType?: LifePayTypeEnum;
+    openId?: string;
+    attach?: string;
+    payAppId?: string;
   }
 
   interface GetPermissionListResultDto {
@@ -12161,7 +12213,7 @@
     /** 鐪佷唤銆� */
     province: string;
     /** 鍩庡競銆� */
-    city: string;
+    city?: string;
     /** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */
     sixID?: string;
   }
@@ -12209,6 +12261,11 @@
   type LifePayOrderStatusEnum = 10 | 20 | 30;
 
   type LifePayOrderTypeEnum = 10 | 20;
+
+  interface LifePayPhoneMesssageCodeLoginInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
 
   interface LifePayRateListOutput {
     rateType?: LifePayRateTypeEnum;
@@ -12647,6 +12704,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 {
@@ -14917,21 +14984,21 @@
   interface PhoneParValueOutput {
     ispCode?: string;
     ispName?: string;
-    parValue?: string;
+    parValue?: string[];
     rate?: number;
     phoneSection?: string;
     comments?: string;
   }
 
   interface PhoneParValueResponse {
-    success?: string;
+    success?: boolean;
     requestNo?: string;
     partnerId?: string;
     service?: string;
     version?: string;
     protocol?: string;
     context?: string;
-    ext?: string;
+    ext?: any;
     code?: string;
     message?: string;
     detail?: string;
@@ -17415,6 +17482,9 @@
   interface SetLifePayOrderPayTypeInput {
     orderNo: string;
     lifePayType?: LifePayTypeEnum;
+    h5Type?: string;
+    openId?: string;
+    attach?: string;
   }
 
   interface SetManyContractTemplateHandSignKeyInput {
@@ -20211,6 +20281,10 @@
     finishTime?: string;
     /** 璁㈠崟璇︾粏鏁版嵁 */
     orderParamDetailJsonStr?: string;
+    /** 涓嬪崟鏃堕棿 */
+    creationTime?: string;
+    /** 閫�娆炬椂闂� */
+    refundTime?: string;
   }
 
   interface UserLifePayOrderOutputPageOutput {

--
Gitblit v1.9.1