|
|
@@ -58,7 +58,7 @@ public class ApiRequestService extends SuperService {
|
|
|
StopWatch stopWatch = new StopWatch();
|
|
|
stopWatch.start();
|
|
|
String json = JSONUtil.toJsonStr(data);
|
|
|
- String url = fullCardConf.getUrl() + apiConfParam.getApiName();
|
|
|
+ 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());
|
|
|
if (request.getCode() == 200) {
|