|
|
@@ -57,7 +57,6 @@ public class ApiRequestService extends SuperService {
|
|
|
}
|
|
|
StopWatch stopWatch = new StopWatch();
|
|
|
stopWatch.start();
|
|
|
- String json = JSONUtil.toJsonStr(data);
|
|
|
String url = fullCardConf.getUrl() + fullCardConf.getCardServerName() + apiConfParam.getApiName();
|
|
|
ResponseModel request = HttpClientUtil.request(HttpModel.builder()
|
|
|
.url(url).method(apiConfParam.getMethodType()).charset("utf-8").body(data).build());
|