controllers/swfsControllers.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/swfsControllers.go
@@ -164,8 +164,8 @@ } fmt.Println("res: ", res) startupItem := res["data"].(string) if httpRes.StatusCode == 200 { startupItem = string(body) if httpRes.StatusCode != 200 { return } fmt.Println("Restart startupItem: ", startupItem) tick := time.Tick(1 * time.Second)