Fix compile

This commit is contained in:
Albumen Kevin 2023-04-11 14:29:12 +08:00
parent 93d146924a
commit 463ec03e51
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class GetAddress implements BaseCommand {
}
if (commandContext.isHttp()) {
return JsonUtils.getJson().toJson(jsonOutput);
return JsonUtils.toJson(jsonOutput);
} else {
return plainOutput.toString();
}