切换主体

This commit is contained in:
ziming 2026-03-26 14:54:54 +08:00
parent c89a6406b6
commit 0d5259c9b0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func (srv *NotifyService) Notify(ctx http.Context) error {
if err = srv.VoucherBiz.WechatNotifyConsumer(ctx, ip, bizData); err != nil {
log.Errorf("微信回调通知[%s],consumer处理失败:%s\nheaders:%s\nbody:%s\n解析数据:%+v", mchId, err.Error(), headerJson, string(bodyBytes), bizData)
//log.Errorf("微信回调通知[%s],consumer处理失败:%s\nheaders:%s\nbody:%s\n解析数据:%+v", mchId, err.Error(), headerJson, string(bodyBytes), bizData)
if errors.Is(err, gorm.ErrRecordNotFound) {
return ctx.JSON(http2.StatusOK, nil)