From bd4363e0ca7d8c69de47309db31f12cc7af20253 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期四, 29 五月 2025 17:01:27 +0800
Subject: [PATCH] 更改

---
 src/main/java/com/gs/xky/service/ApiService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/gs/xky/service/ApiService.java b/src/main/java/com/gs/xky/service/ApiService.java
index 9569184..fcf42c1 100644
--- a/src/main/java/com/gs/xky/service/ApiService.java
+++ b/src/main/java/com/gs/xky/service/ApiService.java
@@ -33,7 +33,7 @@
         objectMapper.configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false);
     }
 
-    public <T> ApiResponse<T> sendListRequest(XkyCommonParam requestBody, Class<T> responseType, String url) throws IOException {
+    public <T, B> ApiResponse<T> sendListRequest(XkyCommonParam<B> requestBody, Class<T> responseType, String url) throws IOException {
         // 璁剧疆璇锋眰浣撶殑濯掍綋绫诲瀷涓� application/json
         MediaType mediaType = MediaType.parse("application/json");
 

--
Gitblit v1.9.3