controllers/swfsControllers.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/swfsControllers.go
@@ -122,8 +122,10 @@ fmt.Println("ip: ", ip) url := "http://" + ip + ":7020/node/api-v/swfs/updateSWFSService" fmt.Println("url", url) http.Get(url) fmt.Println("请求完毕") resp, _ := http.Get(url) if resp.StatusCode == 200 { fmt.Println("请求完毕", resp.StatusCode) } } }