client/system.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
client/system.go
@@ -89,8 +89,9 @@ }, } url := fmt.Sprintf("%s://%s:%s%s", config.ClientConf.Proto, config.ClientConf.ServerAddr, config.ClientConf.ServerPort, KeepaliveUrI) b, _ := json.Marshal(body) rsp, err := util.HttpPost(KeepaliveUrI, headers, b) rsp, err := util.HttpPost(url, headers, b) if err != nil { logger.Warn("Keepalive request failed, %s", err.Error()) return vo.StatusOtherError