| eventPush.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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