提交 27e5f429 编写于 作者: Y youyong205

modify the api

上级 12de4b87
......@@ -67,7 +67,9 @@ public class Handler implements PageHandler<Context> {
}
model.setContent(str);
} else {
model.setContent("");
List<Server> servers = m_configManager.queryServersByDomain(payload.getDomain());
model.setContent(buildServerStr(servers));
}
break;
case MODEL:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册