From a5e75aabaef8ff2dffea466f750c17a486d50cfb Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 30 五月 2025 09:33:07 +0800 Subject: [PATCH] 添加srm与U9订单数据的对比 --- 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