From 52178e17dad5e30ffa3b09c4cd1ce01bf9dbd037 Mon Sep 17 00:00:00 2001 From: yangduo Date: Mon, 7 Apr 2025 19:28:23 +0800 Subject: [PATCH] debug log --- server/payserver/api/v1/mainservice/mainservice.go | 1 + 1 file changed, 1 insertion(+) 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 }