sunty
2020-04-16 d6d8a805bfdf672ebe6fbe401031edb517fc34fe
fix startup item
1个文件已修改
4 ■■■■ 已修改文件
controllers/swfsControllers.go 4 ●●●● 补丁 | 查看 | 原始文档 | 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)