From 0886e91fdfe3b5528f80d2b6742083aa11d16ebb Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 02 四月 2025 15:54:15 +0800
Subject: [PATCH] fix: 四期bug
---
packages/services/api/typings.d.ts | 417 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 416 insertions(+), 1 deletions(-)
diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts
index 6b18155..17297cc 100644
--- a/packages/services/api/typings.d.ts
+++ b/packages/services/api/typings.d.ts
@@ -30,6 +30,19 @@
implementFrom?: string;
}
+ interface AddUpdatePayRechargeReceiptsInput {
+ /** 缂栧彿 */
+ id?: string;
+ /** 涓氬姟璁㈠崟鍙� */
+ orderNo?: string;
+ /** 鍏呭�奸噾棰� */
+ rechargeAmount?: number;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 鍏呭�煎嚟璇� */
+ voucher?: string;
+ }
+
interface AddUpdateUserAccountInput {
pageModel?: Pagination;
checkChannelId?: string;
@@ -49,6 +62,75 @@
extraProperties?: string;
/** 澶囨敞 */
remark?: string;
+ }
+
+ interface AlipayTradeFastpayRefundQueryResponse {
+ httpBody?: string;
+ code?: string;
+ msg?: string;
+ subCode?: string;
+ subMsg?: string;
+ errorCode?: string;
+ gmtRefundPay?: string;
+ industrySepcDetail?: string;
+ outRequestNo?: string;
+ outTradeNo?: string;
+ presentRefundBuyerAmount?: string;
+ presentRefundDiscountAmount?: string;
+ presentRefundMdiscountAmount?: string;
+ refundAmount?: string;
+ refundChargeAmount?: string;
+ refundDetailItemList?: TradeFundBill[];
+ refundReason?: string;
+ refundRoyaltys?: RefundRoyaltyResult[];
+ refundSettlementId?: string;
+ refundStatus?: string;
+ sendBackFee?: string;
+ totalAmount?: string;
+ tradeNo?: string;
+ }
+
+ interface AlipayTradeQueryResponse {
+ httpBody?: string;
+ code?: string;
+ msg?: string;
+ subCode?: string;
+ subMsg?: string;
+ tradeNo?: string;
+ outTradeNo?: string;
+ buyerLogonId?: string;
+ tradeStatus?: string;
+ totalAmount?: string;
+ transCurrency?: string;
+ settleCurrency?: string;
+ settleAmount?: string;
+ payCurrency?: string;
+ payAmount?: string;
+ settleTransRate?: string;
+ transPayRate?: string;
+ buyerPayAmount?: string;
+ pointAmount?: string;
+ invoiceAmount?: string;
+ sendPayDate?: string;
+ receiptAmount?: string;
+ storeId?: string;
+ terminalId?: string;
+ fundBillList?: TradeFundBill[];
+ storeName?: string;
+ buyerUserId?: string;
+ chargeAmount?: string;
+ chargeFlags?: string;
+ settlementId?: string;
+ tradeSettleInfo?: TradeSettleInfo[];
+ authTradePayMode?: string;
+ buyerUserType?: string;
+ mdiscountAmount?: string;
+ discountAmount?: string;
+ buyerUserName?: string;
+ subject?: string;
+ body?: string;
+ alipaySubMerchantId?: string;
+ extInfos?: string;
}
interface AllSubModule {
@@ -332,6 +414,14 @@
id?: string;
}
+ interface APIwxPayDomesticRefundsQueryParams {
+ outTradeNo?: string;
+ }
+
+ interface APIwxPayTradeQueryParams {
+ outTradeNo?: string;
+ }
+
interface ApplicationApiDescriptionModel {
modules?: Record<string, any>;
types?: Record<string, any>;
@@ -399,6 +489,14 @@
quickQuery?: string;
}
+ interface BackClientUserInfoOutput {
+ /** 鏄惁鏄悗鍙扮敤鎴� */
+ isBackClientUser?: boolean;
+ isSystem?: boolean;
+ /** 娓犻亾鍙� */
+ channleList?: ChannelOutput[];
+ }
+
interface BaseAuthorizeDto {
moduleType?: number;
moduleId?: string;
@@ -426,6 +524,36 @@
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 {
channlesRate?: number;
}
@@ -433,6 +561,11 @@
interface ChannelsBaseInput {
pageModel?: Pagination;
checkChannelId?: string;
+ }
+
+ interface ChannlesRakeListOutPut {
+ /** 30澶╀剑閲� */
+ channlesRakeList?: ReceiptsDetail[];
}
interface CheckLoginVerificationCodeInput {
@@ -444,6 +577,10 @@
interface ClockDto {
kind?: string;
}
+
+ type ConsumptionFlowEnum = 10 | 20;
+
+ type ConsumptionFrozenStatusEnum = 10 | 20;
interface ControllerApiDescriptionModel {
controllerName?: string;
@@ -630,6 +767,8 @@
properties?: Record<string, any>;
configuration?: Record<string, any>;
}
+
+ type ExpensesReceiptsTypeEnum = 10 | 20;
interface ExtensionEnumDto {
fields?: ExtensionEnumFieldDto[];
@@ -995,6 +1134,8 @@
city?: string;
/** 瀹㈡埛韬唤璇佸悗6浣嶏紝鍗楃綉蹇呬紶銆� */
sixID?: string;
+ /** 鎴蜂富濮撳悕 */
+ name?: string;
}
interface LifeElectricDataCreateLifePayOrderInput {
@@ -1030,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;
@@ -1203,6 +1460,15 @@
phoneNumber: string;
}
+ interface LifePayPhoneMesssageCodeLoginOutput {
+ /** 鐢ㄦ埛Id */
+ userId?: string;
+ /** 鏄惁鏄悗鍙扮敤鎴� */
+ isBackClientUser?: boolean;
+ /** 娓犻亾鍙� */
+ channlesNum?: ChannelOutput[];
+ }
+
interface LifePayPremiumInput {
premiumType?: LifePayTypeEnum;
rate?: number;
@@ -1228,6 +1494,38 @@
}
type LifePayRateTypeEnum = 10 | 20 | 30 | 40;
+
+ interface LifePayRechargeReceiptsListOutput {
+ /** 缂栧彿 */
+ id?: string;
+ /** 涓氬姟璁㈠崟鍙� */
+ orderNo?: string;
+ /** 鍏呭�奸噾棰� */
+ rechargeAmount?: number;
+ /** 澶囨敞 */
+ remark?: string;
+ /** 鍑瘉 */
+ voucher?: string;
+ /** 璁拌处鏃堕棿 */
+ creationTime?: string;
+ }
+
+ interface LifePayRechargeReceiptsListOutputPageOutput {
+ pageModel?: Pagination;
+ objectData?: any;
+ data?: LifePayRechargeReceiptsListOutput[];
+ }
+
+ interface LifePayRechargeReceiptsPageInput {
+ pageModel?: Pagination;
+ checkChannelId?: string;
+ /** 鏌ヨ鏉′欢 */
+ keyWord?: string;
+ /** 璁拌处寮�濮嬫椂闂� */
+ creationTimeBegin?: string;
+ /** 璁拌处缁撴潫鏃堕棿 */
+ creationTimeEnd?: string;
+ }
interface LifePayRefundOrderOutput {
id?: string;
@@ -1292,6 +1590,13 @@
type LifePayTypeEnum = 10 | 20;
+ interface LifePayUserMesssageByIduserInput {
+ pageModel?: Pagination;
+ checkChannelId?: string;
+ /** 鐢ㄦ埛缂栧彿 */
+ id?: string;
+ }
+
interface LifePhoneData {
/** 杩愯惀鍟嗙紪鐮侊紝渚嬪锛�"yidong", "dianxin", "liantong"銆� */
ispCode: string;
@@ -1338,6 +1643,12 @@
timestamp?: string;
timeExpire?: string;
message?: string;
+ }
+
+ interface ModelWxPayDomesticRefundsAmount {
+ refund?: number;
+ total?: number;
+ currency?: string;
}
interface ModuleApiDescriptionModel {
@@ -1435,6 +1746,11 @@
enums?: Record<string, any>;
}
+ interface OnlineServiceInput {
+ /** 鍦ㄧ嚎瀹㈡湇閾炬帴 */
+ link?: string;
+ }
+
interface OperateHistoryDto {
/** 鍏宠仈鍏崇郴ID */
relationId?: string;
@@ -1489,6 +1805,11 @@
interface OrderInput {
property?: string;
order?: OrderTypeEnum;
+ }
+
+ interface OrderInQuiryInput {
+ outTradeNo?: string;
+ outRefundNo?: string;
}
type OrderTypeEnum = 0 | 1;
@@ -1601,6 +1922,10 @@
providerKey?: string;
}
+ interface QueryLifePayChannlesInput {
+ status?: LifePayChannelsStatsEnum;
+ }
+
interface QueryLifePayOrderListInput {
pageModel?: Pagination;
checkChannelId?: string;
@@ -1677,9 +2002,28 @@
checkChannelId?: string;
/** 鎵嬫満鍙�/鐢ㄦ埛鍚� */
queryCondition?: string;
- /** 娉ㄥ唽鏃堕棿 */
+ /** 娉ㄥ唽寮�濮嬫椂闂� */
creationTimeBegin?: string;
+ /** 娉ㄥ唽缁撴潫鏃堕棿 */
creationTimeEnd?: string;
+ /** 鐧诲綍寮�濮嬫椂闂� */
+ loginTimeBegin?: string;
+ /** 鐧诲綍缁撴潫鏃堕棿 */
+ loginTimeEnd?: string;
+ }
+
+ interface ReceiptsDetail {
+ /** 鍒涘缓鏃堕棿 */
+ creationTime?: string;
+ /** 閲戦 */
+ amount?: number;
+ }
+
+ interface ReceiptsListOutPut {
+ /** 30澶╂敹娆� */
+ receiveList?: ReceiptsDetail[];
+ /** 30澶╂敹鍏� */
+ incomeList?: ReceiptsDetail[];
}
interface RefundLifePayOrderInput {
@@ -1691,6 +2035,16 @@
lifePayRefundType?: LifePayRefundTypeEnum;
/** 閫�娆鹃噾棰� */
refundPrice?: number;
+ }
+
+ interface RefundRoyaltyResult {
+ refundAmount?: string;
+ royaltyType?: string;
+ resultCode?: string;
+ transOut?: string;
+ transOutEmail?: string;
+ transIn?: string;
+ transInEmail?: string;
}
interface RefundUserLifePayOrderInput {
@@ -1867,6 +2221,10 @@
timeZone?: TimeZone;
}
+ interface TopStatisticsInput {
+ channleList?: string[];
+ }
+
interface TopStatisticsOutput {
/** 鍒涘缓鏃堕棿 */
creationTime?: string;
@@ -1890,6 +2248,27 @@
accumulatedUsers?: number;
/** 鏄ㄦ棩娲昏穬鐢ㄦ埛 */
yesterdayActiveUsers?: number;
+ }
+
+ interface TradeFundBill {
+ fundChannel?: string;
+ bankCode?: string;
+ amount?: string;
+ realAmount?: string;
+ fundType?: string;
+ }
+
+ interface TradeSettleDetail {
+ operationType?: string;
+ operationSerial_no?: string;
+ operationDt?: string;
+ transOut?: string;
+ transIn?: string;
+ amount?: string;
+ }
+
+ interface TradeSettleInfo {
+ tradeSettleDetailList?: TradeSettleDetail[];
}
interface TypeApiDescriptionModel {
@@ -1930,6 +2309,12 @@
interface UpdateFeaturesDto {
features?: UpdateFeatureDto[];
+ }
+
+ interface UpdateLifePayOrderInput {
+ id?: string;
+ /** 瀹為檯鍒拌处閲戦 */
+ actualReceivedAmount?: number;
}
interface UpdatePassWordInput {
@@ -1990,6 +2375,8 @@
interface UserChannleDto {
/** 娓犻亾Id */
id?: string;
+ /** 娓犻亾num */
+ channlesNum?: string;
/** 娓犻亾鍚� */
name?: string;
}
@@ -2171,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