修改:1.日志记录连接编号 2.查看服务信息修改
git-svn-id: svn://47.119.165.148/zhub@124 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
@@ -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{}) {
|
||||
|
||||
Reference in New Issue
Block a user