fix(性能测试): 查询 service 区分端口

This commit is contained in:
Captain.B 2021-04-16 17:35:58 +08:00 committed by 刘瑞斌
parent b95ce0a221
commit d53f2783e8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class CatalogApiController {
int i = service.lastIndexOf("-");
String address = service.substring(0, i);
String port = service.substring(i);
String port = service.substring(i + 1);
String result = "[\n" +
" {\n" +
" \"Node\": {\n" +