From afdc0faf165dbc0c90e45043b4f500a3d53ba20f Mon Sep 17 00:00:00 2001
From: zym2525 <540361168@qq.com>
Date: 星期二, 11 三月 2025 21:02:24 +0800
Subject: [PATCH] fix: some

---
 packages/services/api/typings.d.ts |  285 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 281 insertions(+), 4 deletions(-)

diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts
index 2305a7a..287efc4 100644
--- a/packages/services/api/typings.d.ts
+++ b/packages/services/api/typings.d.ts
@@ -517,6 +517,25 @@
     jobType?: string;
   }
 
+  interface AddUpdateUserAccountInput {
+    id?: string;
+    /** 鐢ㄦ埛缂栧彿 */
+    userId?: string;
+    lifePayType?: LifePayOrderTypeEnum;
+    /** 杩愯惀鍟� */
+    operators: string;
+    /** 鎵嬫満鍙�/鎴峰彿 */
+    content?: string;
+    /** 鐪� */
+    province?: string;
+    /** 甯� */
+    city?: string;
+    /** 鎷撳睍瀛楁锛堢數璐圭被鍨嬶級 */
+    extraProperties?: string;
+    /** 澶囨敞 */
+    remark?: string;
+  }
+
   interface AddUserCertificationAuditDto {
     id?: string;
     auditNo?: string;
@@ -1126,6 +1145,10 @@
     id?: string;
   }
 
+  interface APIdeleteUserAccountParams {
+    id?: string;
+  }
+
   interface APIdeleteUserParams {
     id?: string;
   }
@@ -1466,6 +1489,15 @@
     id?: string;
   }
 
+  interface APIgetLifePayChannlesDtoParams {
+    id?: string;
+  }
+
+  interface APIgetLifePayWxIndentityParams {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
+  }
+
   interface APIgetListParams {
     filter?: string;
     clientId?: string;
@@ -1708,6 +1740,10 @@
     userId?: string;
   }
 
+  interface APIgetUserLifePayOrderRefundParams {
+    id?: string;
+  }
+
   interface APIgetUserListByPhoneNumberParams {
     phoneNumber?: string;
     clientId?: string;
@@ -1863,6 +1899,11 @@
     permissionName?: string;
   }
 
+  interface APIsetLifePayChannelsStatusParams {
+    id?: string;
+    status?: LifePayChannelsStatsEnum;
+  }
+
   interface APIsetMessageIsReadParams {
     id?: string;
   }
@@ -1899,6 +1940,14 @@
 
   interface APItestGetPlatformServicePayParams {
     id?: string;
+  }
+
+  interface APItestH5PayParams {
+    payType?: LifePayTypeEnum;
+    outTradeNo?: string;
+    description?: string;
+    amount?: number;
+    h5Type?: string;
   }
 
   interface APItestPayNotifyParams {
@@ -3873,6 +3922,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;
@@ -5488,6 +5553,37 @@
     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;
@@ -6193,6 +6289,49 @@
     sign?: string;
     signType?: string;
     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 {
@@ -7743,6 +7882,14 @@
     status?: ParkRewardStatusEnum;
     /** 濂栧姳鍚嶇О */
     rewardName?: string;
+  }
+
+  interface GetPayOrderForJsAPIInput {
+    orderNo: string;
+    lifePayType?: LifePayTypeEnum;
+    openId?: string;
+    attach?: string;
+    payAppId?: string;
   }
 
   interface GetPermissionListResultDto {
@@ -12161,15 +12308,41 @@
     /** 鐪佷唤銆� */
     province: string;
     /** 鍩庡競銆� */
-    city: string;
+    city?: string;
     /** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */
     sixID?: string;
   }
 
   interface LifeElectricDataCreateLifePayOrderInput {
     userId?: string;
+    /** 娓犻亾Id */
+    channelId?: 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;
+    /** 娓犻亾Id */
+    channelId?: string;
+    productData?: LifeGasData;
+  }
+
+  type LifePayChannelsStatsEnum = 10 | 20;
+
+  type LifePayChannlesTypeEnum = 10 | 20;
 
   interface LifePayOrderListOutput {
     id?: string;
@@ -12198,6 +12371,11 @@
     refundCredentialsImgUrl?: string;
     /** 涓嬪崟鏃堕棿 */
     creationTime?: string;
+    /** 閫�娆炬椂闂� */
+    refundTime?: string;
+    refundApplyRemark?: string;
+    refundCheckRemark?: string;
+    acoolyOrderNo?: string;
   }
 
   interface LifePayOrderListOutputPageOutput {
@@ -12206,18 +12384,32 @@
     data?: LifePayOrderListOutput[];
   }
 
-  type LifePayOrderStatusEnum = 10 | 20 | 30;
+  type LifePayOrderStatusEnum = 10 | 20 | 30 | 40 | 50 | 60;
 
-  type LifePayOrderTypeEnum = 10 | 20;
+  type LifePayOrderTypeEnum = 10 | 20 | 30;
+
+  interface LifePayPhoneMesssageCodeLoginInput {
+    /** 鎵嬫満鍙� */
+    phoneNumber: string;
+  }
+
+  interface LifePayRateInput {
+    rateType?: LifePayRateTypeEnum;
+    rate?: number;
+    id?: string;
+  }
 
   interface LifePayRateListOutput {
     rateType?: LifePayRateTypeEnum;
     rate?: number;
+    id?: string;
   }
 
-  type LifePayRateTypeEnum = 10 | 20;
+  type LifePayRateTypeEnum = 10 | 20 | 30 | 40;
 
   type LifePayStatusEnum = 10 | 20 | 30 | 40;
+
+  type LifePaySwitchTypeEnum = 10 | 20 | 30;
 
   type LifePayTypeEnum = 10 | 20;
 
@@ -12234,6 +12426,8 @@
 
   interface LifePhoneDataCreateLifePayOrderInput {
     userId?: string;
+    /** 娓犻亾Id */
+    channelId?: string;
     productData?: LifePhoneData;
   }
 
@@ -12647,6 +12841,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 {
@@ -16034,6 +16238,7 @@
   interface QueryLifePayOrderListInput {
     pageModel?: Pagination;
     lifePayOrderType?: LifePayOrderTypeEnum;
+    lifePayType?: LifePayTypeEnum;
     /** 寮�濮嬫敮浠樻椂闂� */
     beginPayTime?: string;
     /** 缁撴潫鏀粯鏃堕棿 */
@@ -16046,6 +16251,8 @@
     endFinishTime?: string;
     /** 鐢ㄦ埛Id */
     userId?: string;
+    /** 鎼滅储鍏抽敭璇� */
+    keyWords?: string;
   }
 
   interface QueryMatchMakingApplyByOrderInput {
@@ -16212,6 +16419,19 @@
     pageModel?: Pagination;
     applyUserId?: string;
     orderUserId?: string;
+  }
+
+  interface QueryUserAccountAllListInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    lifePayOrderType?: LifePayOrderTypeEnum;
+  }
+
+  interface QueryUserAccountListInput {
+    pageModel?: Pagination;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    lifePayOrderType?: LifePayOrderTypeEnum;
   }
 
   interface QueryUserCertificationAuditListInput {
@@ -16710,6 +16930,7 @@
   interface RefundLifePayOrderInput {
     id?: string;
     refundCredentialsImgUrl?: string;
+    refundCheckRemark?: string;
   }
 
   interface RefundOrderContactSignInput {
@@ -16719,6 +16940,13 @@
     userId?: string;
     /** 璁㈠崟鍗忚Id */
     orderSignId?: string;
+  }
+
+  interface RefundUserLifePayOrderInput {
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    refundApplyRemark?: string;
   }
 
   interface RegisterDto {
@@ -17415,6 +17643,9 @@
   interface SetLifePayOrderPayTypeInput {
     orderNo: string;
     lifePayType?: LifePayTypeEnum;
+    h5Type?: string;
+    openId?: string;
+    attach?: string;
   }
 
   interface SetManyContractTemplateHandSignKeyInput {
@@ -19317,6 +19548,32 @@
     staffCount?: number;
   }
 
+  interface UserAccountListOutput {
+    id?: string;
+    lifePayType?: LifePayOrderTypeEnum;
+    /** 杩愯惀鍟� */
+    operators?: string;
+    /** 鎵嬫満鍙�/鎴峰彿 */
+    content?: string;
+    /** 鐪� */
+    province?: string;
+    /** 甯� */
+    city?: string;
+    /** 鎷撳睍瀛楁锛堢數璐圭被鍨嬶級 */
+    extraProperties?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    isDeleted?: boolean;
+  }
+
+  interface UserAccountListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: UserAccountListOutput[];
+  }
+
   interface UserAttentionsDto {
     /** 浜у搧鍏虫敞鏁� */
     productCount?: number;
@@ -20213,6 +20470,14 @@
     orderParamDetailJsonStr?: string;
     /** 涓嬪崟鏃堕棿 */
     creationTime?: string;
+    /** 閫�娆炬椂闂� */
+    refundTime?: string;
+    /** 閫�娆惧嚟璇� */
+    refundCredentialsImgUrl?: string;
+    refundApplyRemark?: string;
+    refundCheckRemark?: string;
+    /** 娓犻亾娴佹按鍙� */
+    acoolyOrderNo?: string;
   }
 
   interface UserLifePayOrderOutputPageOutput {
@@ -20221,6 +20486,18 @@
     data?: UserLifePayOrderOutput[];
   }
 
+  interface UserLifePayOrderRefundOutput {
+    /** 璁㈠崟缂栧彿 */
+    id?: string;
+    /** 璁㈠崟鍙� */
+    orderNo?: string;
+    /** 閫�娆惧師鍥� */
+    refundApplyRemark?: string;
+    /** 鍚庡彴濉啓鐨勯┏鍥炲師鍥� */
+    refundCheckRemark?: string;
+    lifePayOrderStatus?: LifePayOrderStatusEnum;
+  }
+
   interface UserListOutput {
     id?: string;
     /** 鐢ㄦ埛鎵嬫満鍙� */

--
Gitblit v1.9.1