Commit 9800d0fc22efeaeb4eacdd111785053ffadca9a4

Authored by 陆恒
1 parent 939b77e9
Exists in master

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/main/main.go
@@ -71,8 +71,8 @@ func main() { @@ -71,8 +71,8 @@ func main() {
71 //go logic.StartHttpTicker() 71 //go logic.StartHttpTicker()
72 //time.Sleep(time.Duration(2) * time.Second) 72 //time.Sleep(time.Duration(2) * time.Second)
73 //go logic.ClearTaskAndAchieve() 73 //go logic.ClearTaskAndAchieve()
74 - //go logic.Testsendhttp()  
75 - logic.TestBackUpOen("5212786test") 74 + go logic.Testsendhttp()
  75 + //logic.TestBackUpOen("5212786test")
76 76
77 select { 77 select {
78 case _ = <-ch: 78 case _ = <-ch: