From e372854c71bc97d162452cc4b3f5cfa586da50a8 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 22 五月 2025 17:06:31 +0800
Subject: [PATCH] feat: UI

---
 packages/services/api/typings.d.ts |  229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 226 insertions(+), 3 deletions(-)

diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts
index ff0e189..17297cc 100644
--- a/packages/services/api/typings.d.ts
+++ b/packages/services/api/typings.d.ts
@@ -418,6 +418,10 @@
     outTradeNo?: string;
   }
 
+  interface APIwxPayTradeQueryParams {
+    outTradeNo?: string;
+  }
+
   interface ApplicationApiDescriptionModel {
     modules?: Record<string, any>;
     types?: Record<string, any>;
@@ -485,6 +489,14 @@
     quickQuery?: string;
   }
 
+  interface BackClientUserInfoOutput {
+    /** 鏄惁鏄悗鍙扮敤鎴� */
+    isBackClientUser?: boolean;
+    isSystem?: boolean;
+    /** 娓犻亾鍙� */
+    channleList?: ChannelOutput[];
+  }
+
   interface BaseAuthorizeDto {
     moduleType?: number;
     moduleId?: string;
@@ -512,9 +524,34 @@
     type?: number;
   }
 
+  interface ChannelDataListOutPut {
+    /** Top5娓犻亾鏀舵 */
+    receiveList?: ChannelDataReceive[];
+    /** Top5娓犻亾鐢ㄦ埛 */
+    userNumberList?: ChannelDataUserNumber[];
+  }
+
+  interface ChannelDataReceive {
+    /** 娓犻亾鍚嶇О */
+    channelName?: string;
+    /** 鏀舵 */
+    receivePrice?: number;
+    /** 浣i噾 */
+    channlesRakePrice?: number;
+  }
+
+  interface ChannelDataUserNumber {
+    /** 娓犻亾鍚嶇О */
+    channelName?: string;
+    /** 鐢ㄦ埛鏁伴噺 */
+    number?: number;
+  }
+
   interface ChannelOutput {
     name?: string;
     channlesNum?: string;
+    channlesId?: string;
+    switchType?: LifePaySwitchTypeEnum;
   }
 
   interface ChannelRateOutput {
@@ -526,6 +563,11 @@
     checkChannelId?: string;
   }
 
+  interface ChannlesRakeListOutPut {
+    /** 30澶╀剑閲� */
+    channlesRakeList?: ReceiptsDetail[];
+  }
+
   interface CheckLoginVerificationCodeInput {
     messageType?: string;
     phoneNumber: string;
@@ -535,6 +577,10 @@
   interface ClockDto {
     kind?: string;
   }
+
+  type ConsumptionFlowEnum = 10 | 20;
+
+  type ConsumptionFrozenStatusEnum = 10 | 20;
 
   interface ControllerApiDescriptionModel {
     controllerName?: string;
@@ -721,6 +767,8 @@
     properties?: Record<string, any>;
     configuration?: Record<string, any>;
   }
+
+  type ExpensesReceiptsTypeEnum = 10 | 20;
 
   interface ExtensionEnumDto {
     fields?: ExtensionEnumFieldDto[];
@@ -1086,6 +1134,8 @@
     city?: string;
     /** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */
     sixID?: string;
+    /** 鎴蜂富濮撳悕 */
+    name?: string;
   }
 
   interface LifeElectricDataCreateLifePayOrderInput {
@@ -1121,7 +1171,123 @@
 
   type LifePayChannelsStatsEnum = 10 | 20;
 
+  interface LifePayChannlesRakeListOutput {
+    /** 缂栧彿 */
+    id?: string;
+    /** 骞冲彴璁㈠崟鍙� */
+    orderNo?: string;
+    /** 鎴愪氦閲戦 */
+    payAmount?: number;
+    /** 娓犻亾浣i噾姣斾緥 */
+    channlesRakeRate?: number;
+    /** 浣i噾 */
+    channlesRakePrice?: number;
+    /** 缁撶畻鏃堕棿 */
+    finishTime?: string;
+    /** 涓嬪崟鏃堕棿 */
+    creationTime?: string;
+    /** 鎷撳睍灞炴�� */
+    extraProperties?: string;
+    /** 涓嬪崟娓犻亾 */
+    channelId?: string;
+  }
+
+  interface LifePayChannlesRakeListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LifePayChannlesRakeListOutput[];
+  }
+
+  interface LifePayChannlesRakePageInput {
+    pageModel?: Pagination;
+    checkChannelId?: string;
+    /** 鏌ヨ鏉′欢 */
+    keyWord?: string;
+    /** 娓犻亾鍙� */
+    channelId?: string;
+    /** 璧峰涓嬪崟鏃堕棿 */
+    creationTimeBegin?: string;
+    /** 缁撴潫涓嬪崟鏃堕棿 */
+    creationTimeEnd?: string;
+    /** 璧峰缁撶畻鏃堕棿 */
+    finishTimeBegin?: string;
+    /** 缁堟缁撶畻鏃堕棿 */
+    finishTimeEnd?: string;
+  }
+
   type LifePayChannlesTypeEnum = 10 | 20;
+
+  interface LifePayConsumptionListOutput {
+    /** 缂栧彿 */
+    id?: string;
+    /** 骞冲彴璁㈠崟鍙� */
+    orderNo?: string;
+    /** 澶栭儴璁㈠崟鍙� */
+    acoolyOrderNo?: string;
+    /** 浜ゆ槗閲戦 */
+    amount?: number;
+    acoolyStatus?: ACOOLYStatusEnum;
+    /** 璁拌处鏃堕棿 */
+    finishTime?: string;
+    frozenStatus?: ConsumptionFrozenStatusEnum;
+    flow?: ConsumptionFlowEnum;
+    /** 鎵f閲戦 */
+    deductionAmount?: number;
+    /** 鍐荤粨閲戦 */
+    frozenAmount?: number;
+  }
+
+  interface LifePayConsumptionListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LifePayConsumptionListOutput[];
+  }
+
+  interface LifePayConsumptionPageInput {
+    pageModel?: Pagination;
+    checkChannelId?: string;
+    /** 鏌ヨ鏉′欢 */
+    keyWord?: string;
+    flow?: ConsumptionFlowEnum;
+    /** 璁拌处寮�濮嬫椂闂� */
+    timeBegin?: string;
+    /** 璁拌处缁撴潫鏃堕棿 */
+    timeEnd?: string;
+  }
+
+  interface LifePayExpensesReceiptsListOutput {
+    /** 缂栧彿 */
+    id?: string;
+    /** 骞冲彴璁㈠崟鍙� */
+    orderNo?: string;
+    /** 娓犻亾娴佹按鍙� */
+    outOrderNo?: string;
+    lifePayType?: LifePayTypeEnum;
+    expensesReceiptsType?: ExpensesReceiptsTypeEnum;
+    /** 浜ゆ槗閲戦 */
+    amount?: number;
+    /** 浜ゆ槗鏃堕棿 */
+    finishTime?: string;
+  }
+
+  interface LifePayExpensesReceiptsListOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: LifePayExpensesReceiptsListOutput[];
+  }
+
+  interface LifePayExpensesReceiptsPageInput {
+    pageModel?: Pagination;
+    checkChannelId?: string;
+    /** 鏌ヨ鏉′欢 */
+    keyWord?: string;
+    lifePayType?: LifePayTypeEnum;
+    expensesReceiptsType?: ExpensesReceiptsTypeEnum;
+    /** 浜ゆ槗寮�濮嬫椂闂� */
+    timeBegin?: string;
+    /** 浜ゆ槗缁撴潫鏃堕棿 */
+    timeEnd?: string;
+  }
 
   interface LifePayIntroInfoDetail {
     type?: IntroInfoTypeEnum;
@@ -1344,12 +1510,10 @@
     creationTime?: string;
   }
 
-  interface LifePayRechargeReceiptsListOutputLifePayRechargeReceiptsPageOutput {
+  interface LifePayRechargeReceiptsListOutputPageOutput {
     pageModel?: Pagination;
     objectData?: any;
     data?: LifePayRechargeReceiptsListOutput[];
-    /** 绱鍏呭�� */
-    totalRechargeAmount?: number;
   }
 
   interface LifePayRechargeReceiptsPageInput {
@@ -1479,6 +1643,12 @@
     timestamp?: string;
     timeExpire?: string;
     message?: string;
+  }
+
+  interface ModelWxPayDomesticRefundsAmount {
+    refund?: number;
+    total?: number;
+    currency?: string;
   }
 
   interface ModuleApiDescriptionModel {
@@ -1639,6 +1809,7 @@
 
   interface OrderInQuiryInput {
     outTradeNo?: string;
+    outRefundNo?: string;
   }
 
   type OrderTypeEnum = 0 | 1;
@@ -1751,6 +1922,10 @@
     providerKey?: string;
   }
 
+  interface QueryLifePayChannlesInput {
+    status?: LifePayChannelsStatsEnum;
+  }
+
   interface QueryLifePayOrderListInput {
     pageModel?: Pagination;
     checkChannelId?: string;
@@ -1835,6 +2010,20 @@
     loginTimeBegin?: string;
     /** 鐧诲綍缁撴潫鏃堕棿 */
     loginTimeEnd?: string;
+  }
+
+  interface ReceiptsDetail {
+    /** 鍒涘缓鏃堕棿 */
+    creationTime?: string;
+    /** 閲戦 */
+    amount?: number;
+  }
+
+  interface ReceiptsListOutPut {
+    /** 30澶╂敹娆� */
+    receiveList?: ReceiptsDetail[];
+    /** 30澶╂敹鍏� */
+    incomeList?: ReceiptsDetail[];
   }
 
   interface RefundLifePayOrderInput {
@@ -2032,6 +2221,10 @@
     timeZone?: TimeZone;
   }
 
+  interface TopStatisticsInput {
+    channleList?: string[];
+  }
+
   interface TopStatisticsOutput {
     /** 鍒涘缓鏃堕棿 */
     creationTime?: string;
@@ -2182,6 +2375,8 @@
   interface UserChannleDto {
     /** 娓犻亾Id */
     id?: string;
+    /** 娓犻亾num */
+    channlesNum?: string;
     /** 娓犻亾鍚� */
     name?: string;
   }
@@ -2363,6 +2558,34 @@
     unionId?: string;
   }
 
+  interface WxPayDomesticRefundsQueryReponse {
+    code?: string;
+    message?: string;
+    refundId?: string;
+    refundStatus?: string;
+    downloadUrl?: string;
+    transactionId?: string;
+    outTradeNo?: string;
+    channel?: string;
+    userReceivedAccount?: string;
+    successTime?: string;
+    createTime?: string;
+    status?: string;
+    amount?: ModelWxPayDomesticRefundsAmount;
+  }
+
+  interface WxPayTradeQueryReponse {
+    code?: string;
+    message?: string;
+    outTradeNo?: string;
+    transactionId?: string;
+    tradeType?: string;
+    tradeState?: string;
+    tradeStateDesc?: string;
+    successTime?: string;
+    amount?: ModelWxPayDomesticRefundsAmount;
+  }
+
   interface WxRechargeNotifyInput {
     id: string;
     createTime: string;

--
Gitblit v1.9.1