This commit is contained in:
ziming 2025-06-10 09:55:37 +08:00
parent 3410510d81
commit 07b62a9725
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func (s *VoucherService) WechatQueryHandle(ctx context.Context, msg string) erro
} }
if err := s.VoucherBiz.WechatQuery(ctx, msg); err != nil { if err := s.VoucherBiz.WechatQuery(ctx, msg); err != nil {
s.logHelper.Error(err) s.logHelper.Errorf("wechat query error: %v", err)
} }
return nil return nil