From bc9db06646fc925635dd5995d521bcf9fd05aa93 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 21 二月 2025 16:35:04 +0800 Subject: [PATCH] fix: 对接 --- packages/services/api/Test.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/packages/services/api/Test.ts b/packages/services/api/Test.ts index 728fc7c..2fd5623 100644 --- a/packages/services/api/Test.ts +++ b/packages/services/api/Test.ts @@ -114,6 +114,14 @@ }); } +/** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 GET /api/Test/TestAddLifePayRate */ +export async function testAddLifePayRate(options?: API.RequestConfig) { + return request<any>('/api/Test/TestAddLifePayRate', { + method: 'GET', + ...(options || {}), + }); +} + /** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 GET /api/Test/TestEventBusSendPhoneMessge */ export async function testEventBusSendPhoneMessge( // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) -- Gitblit v1.9.1