From 97a154b83ff9ec6b375b035066cb7e5e2881e1b4 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 11 六月 2025 16:53:06 +0800 Subject: [PATCH] Merge branch 'dev-ui' of http://120.26.58.240:8888/r/LifePaymentFront into dev-ui --- packages/services/api/LifePay.ts | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/packages/services/api/LifePay.ts b/packages/services/api/LifePay.ts index 8efe49c..f134942 100644 --- a/packages/services/api/LifePay.ts +++ b/packages/services/api/LifePay.ts @@ -482,6 +482,21 @@ }); } +/** 瀵煎嚭娓犻亾璁㈠崟Excel POST /api/LifePay/GetLifePayOrderPageExportForChannle */ +export async function getLifePayOrderPageExportForChannle( + body: API.QueryLifePayOrderListInput, + options?: API.RequestConfig +) { + return request<any>('/api/LifePay/GetLifePayOrderPageExportForChannle', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + /** 鑾峰彇鍏呭�兼祦姘村垎椤垫暟鎹� POST /api/LifePay/GetLifePayRechargeReceiptsPage */ export async function getLifePayRechargeReceiptsPage( body: API.LifePayRechargeReceiptsPageInput, -- Gitblit v1.9.1