diff --git a/consumers/consumerZWYHBJCAS.go b/consumers/consumerZWYHBJCAS.go index 2938822..2e0251a 100644 --- a/consumers/consumerZWYHBJCAS.go +++ b/consumers/consumerZWYHBJCAS.go @@ -565,7 +565,7 @@ func (the *consumerZWYHBJCAS) UploadInfo(uploadType string, vv []interface{}) { payLoadStr := string(jsonData) err := the.postInfo(url, payLoadStr) if err != nil { - log.Printf("数据上报失败,err=%v\n", err) + log.Printf("数据[%s]上报[%s]失败,err=%v\n", payLoadStr, url, err) } else { log.Printf("=====成功上报[%s]内容=====\n", uploadType) }