diff --git a/server/payserver/api/v1/mainservice/mainservice.go b/server/payserver/api/v1/mainservice/mainservice.go index f857478..8250646 100644 --- a/server/payserver/api/v1/mainservice/mainservice.go +++ b/server/payserver/api/v1/mainservice/mainservice.go @@ -257,6 +257,7 @@ func (this *MainServiceApi) WxNotifyPurchase(c *gin.Context) { params, func(hcr f5.HttpCliResponse) { if hcr.GetErr() != nil { + f5.GetSysLog().Error("nofity error:%s", hcr.GetErr().Error()) return }