This commit is contained in:
张秉卓
2026-04-08 17:36:35 +08:00
parent 67278e5766
commit a7fb155920

View File

@ -16,7 +16,7 @@ public class PipeHttpClient {
private static RestTemplate rest = new RestTemplate();
public static <Resp> Resp get(String url,
public static <Resp> void get(String url,
Map<String, String> param,
Class<Resp> clz,
ApiCallback<Resp> callback) {