eventPush.go
@@ -31,7 +31,7 @@ client := NewClient() paramQuery :=make(map[string]string,0) paramQuery["topic"] = topic paramQuery["childType"] = childType paramQuery["type"] = childType body, err := client.DoGetRequest(url, paramQuery, nil) if err != nil { return false,nil