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 |  461 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 449 insertions(+), 12 deletions(-)

diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts
index 38bcbd5..1bb20cd 100644
--- a/packages/services/api/typings.d.ts
+++ b/packages/services/api/typings.d.ts
@@ -517,6 +517,26 @@
     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 {
     id?: string;
     auditNo?: string;
@@ -1126,6 +1146,10 @@
     id?: string;
   }
 
+  interface APIdeleteUserAccountParams {
+    id?: string;
+  }
+
   interface APIdeleteUserParams {
     id?: string;
   }
@@ -1466,6 +1490,15 @@
     id?: string;
   }
 
+  interface APIgetLifePayChannlesDtoParams {
+    id?: string;
+  }
+
+  interface APIgetLifePayWxIndentityParams {
+    /** 鐢ㄦ埛鐧诲綍鍑瘉 */
+    code?: string;
+  }
+
   interface APIgetListParams {
     filter?: string;
     clientId?: string;
@@ -1676,6 +1709,10 @@
     id?: string;
   }
 
+  interface APIgetUserAccountDetailParams {
+    id?: string;
+  }
+
   interface APIgetUserCanAuthProductListParams {
     companyId?: string;
   }
@@ -1702,6 +1739,14 @@
 
   interface APIgetUserFollowInfoParams {
     userId?: string;
+  }
+
+  interface APIgetUserLifePayOrderDetailParams {
+    orderNo?: string;
+  }
+
+  interface APIgetUserLifePayOrderRefundParams {
+    id?: string;
   }
 
   interface APIgetUserListByPhoneNumberParams {
@@ -1859,6 +1904,11 @@
     permissionName?: string;
   }
 
+  interface APIsetLifePayChannelsStatusParams {
+    id?: string;
+    status?: LifePayChannelsStatsEnum;
+  }
+
   interface APIsetMessageIsReadParams {
     id?: string;
   }
@@ -1879,6 +1929,12 @@
     id?: string;
   }
 
+  interface APItestAliRechargeNotifyParams {
+    outTradeNo?: string;
+    tradeNo?: string;
+    success?: boolean;
+  }
+
   interface APItestCallBackParams {
     type?: number;
   }
@@ -1889,6 +1945,14 @@
 
   interface APItestGetPlatformServicePayParams {
     id?: string;
+  }
+
+  interface APItestH5PayParams {
+    payType?: LifePayTypeEnum;
+    outTradeNo?: string;
+    description?: string;
+    amount?: number;
+    h5Type?: string;
   }
 
   interface APItestPayNotifyParams {
@@ -2923,6 +2987,10 @@
     verificationCode: string;
   }
 
+  interface ChannelsBaseInput {
+    checkChannelId?: string;
+  }
+
   type ChargeTypeEnum = 1 | 2;
 
   interface CheckBatchCreateCompanyUserInput {
@@ -3863,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;
@@ -3987,6 +4071,10 @@
     sequence?: number;
     /** 璇存槑 */
     remark?: string;
+  }
+
+  interface CreateLifePayOrderOutput {
+    orderNo?: string;
   }
 
   interface CreateOrEditAdvertiseBoardInput {
@@ -5454,24 +5542,55 @@
   interface ElectricParValueOutput {
     electricType?: string;
     areaName?: string;
-    parValue?: number;
+    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;
+    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 {
@@ -6179,6 +6298,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 {
@@ -7729,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 {
@@ -12147,16 +12323,113 @@
     /** 鐪佷唤銆� */
     province: string;
     /** 鍩庡競銆� */
-    city: string;
+    city?: string;
     /** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */
     sixID?: string;
   }
 
   interface LifeElectricDataCreateLifePayOrderInput {
     userId?: string;
-    lifePayType?: LifePayTypeEnum;
+    /** 娓犻亾鍚嶇О */
+    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;
 
@@ -12167,11 +12440,15 @@
     parValue: number;
     /** 鎵嬫満鍙枫�� */
     phone: string;
+    /** 鏈轰富鍚嶇О(鐢典俊鎵嬫満鍙峰繀濉�) */
+    name?: string;
   }
 
   interface LifePhoneDataCreateLifePayOrderInput {
     userId?: string;
-    lifePayType?: LifePayTypeEnum;
+    /** 娓犻亾鍚嶇О */
+    channelId?: string;
+    checkChannelId?: string;
     productData?: LifePhoneData;
   }
 
@@ -12585,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 {
@@ -13439,7 +13726,9 @@
     | 29
     | 30
     | 31
-    | 32;
+    | 32
+    | 40
+    | 42;
 
   interface OrderChangedBzContentInput {
     outBizNo?: string;
@@ -14854,25 +15143,25 @@
   interface PhoneParValueOutput {
     ispCode?: string;
     ispName?: string;
-    parValue?: number;
+    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;
-    phoneParValue?: PhoneParValueOutput;
+    phoneParValue?: PhoneParValueOutput[];
   }
 
   interface PhoneToken {
@@ -15968,6 +16257,27 @@
     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 {
     pageModel?: Pagination;
     orderId?: string;
@@ -16132,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 {
@@ -16627,6 +16951,12 @@
     status?: number;
   }
 
+  interface RefundLifePayOrderInput {
+    id?: string;
+    refundCredentialsImgUrl?: string;
+    refundCheckRemark?: string;
+  }
+
   interface RefundOrderContactSignInput {
     /** 鎷掔粷浜虹被鍨� 10鐢叉柟  20涔欐柟 */
     fromType?: number;
@@ -16634,6 +16964,14 @@
     userId?: string;
     /** 璁㈠崟鍗忚Id */
     orderSignId?: string;
+  }
+
+  interface RefundUserLifePayOrderInput {
+    checkChannelId?: string;
+    id?: string;
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    refundApplyRemark?: string;
   }
 
   interface RegisterDto {
@@ -17325,6 +17663,15 @@
 
   interface SetInsureSettingPriceInput {
     prices?: InsurePriceModel[];
+  }
+
+  interface SetLifePayOrderPayTypeInput {
+    orderNo: string;
+    lifePayType?: LifePayTypeEnum;
+    h5Type?: string;
+    openId?: string;
+    attach?: string;
+    checkChannelId?: string;
   }
 
   interface SetManyContractTemplateHandSignKeyInput {
@@ -19227,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;
@@ -20101,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;

--
Gitblit v1.9.1