From a0d8d4efcc810a223f5c7eda41126b7532fdad7c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期六, 28 六月 2025 11:26:01 +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