From e40bd17fe4ef369c9b68c0100ff1c50b9ef8729e Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 06 三月 2025 14:48:28 +0800 Subject: [PATCH] fix: 修改打包 --- packages/services/api/AliPayNotify.ts | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/packages/services/api/AliPayNotify.ts b/packages/services/api/AliPayNotify.ts index 9ed98b0..34d3943 100644 --- a/packages/services/api/AliPayNotify.ts +++ b/packages/services/api/AliPayNotify.ts @@ -32,3 +32,18 @@ ...(options || {}), }); } + +/** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 GET /api/AliPayNotify/TestAliRechargeNotify */ +export async function testAliRechargeNotify( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APItestAliRechargeNotifyParams, + options?: API.RequestConfig +) { + return request<any>('/api/AliPayNotify/TestAliRechargeNotify', { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + }); +} -- Gitblit v1.9.1