|
|
@@ -144,8 +144,8 @@ public class PtServiceServiceImpl extends ServiceImpl<PtServiceMapper, PtService
|
|
|
@Override
|
|
|
public HashMap<String, String> testRun(PtService ptService) throws IOException {
|
|
|
|
|
|
- //String url = RuoYiConfig.getGatewayUrl() + ptService.getProxyPath() + ptService.getUrl();
|
|
|
- String url = ptService.getUrl();
|
|
|
+ String url = RuoYiConfig.getGatewayUrl() + ptService.getProxyPath() + ptService.getUrl();
|
|
|
+ //String url = ptService.getUrl();
|
|
|
HashMap<String, String> headers = new HashMap<>();
|
|
|
List<PtServiceParam> params = ptService.getParams();
|
|
|
HttpUtils.setGatewayHeaders(headers);
|