sunty
2020-04-16 e74b50544622728a75f29d93cef4ea9c9d26f688
uasa unit test
1个文件已修改
6 ■■■■■ 已修改文件
controllers/swfsControllers.go 6 ●●●●● 补丁 | 查看 | 原始文档 | 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)
        }
    }
}