修改:1.日志记录连接编号 2.查看服务信息修改

git-svn-id: svn://47.119.165.148/zhub@124 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-08-12 03:31:03 +00:00
parent 05e5e41314
commit 15a73136cc
4 changed files with 33 additions and 10 deletions

View File

@@ -31,8 +31,8 @@ func cleanup(w http.ResponseWriter, r *http.Request) {
}
func info(w http.ResponseWriter, r *http.Request) {
topics := zsub.Info()
renderJson(w, topics)
info := zsub.Info()
renderJson(w, info)
}
func renderJson(w http.ResponseWriter, d interface{}) {