From c55c548308e6a1adef6670f8acf1ee5f57e77da6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期六, 28 六月 2025 15:46:25 +0800 Subject: [PATCH] feat: v2.2 --- src/services/api/TaiPing.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/api/TaiPing.ts b/src/services/api/TaiPing.ts index 5e37d8d..dd32734 100644 --- a/src/services/api/TaiPing.ts +++ b/src/services/api/TaiPing.ts @@ -15,8 +15,8 @@ } /** 澶钩淇濋櫓鎵夸繚鎴愬姛閫氱煡 POST /api/TaiPing/Success */ -export async function success(body: string, options?: API.RequestConfig) { - return request<string>('/api/TaiPing/Success', { +export async function success(body: Record<string, any>, options?: API.RequestConfig) { + return request<any>('/api/TaiPing/Success', { method: 'POST', headers: { 'Content-Type': 'application/json', -- Gitblit v1.9.1