query
This commit is contained in:
parent
3410510d81
commit
07b62a9725
|
|
@ -38,7 +38,7 @@ func (s *VoucherService) WechatQueryHandle(ctx context.Context, msg string) erro
|
|||
}
|
||||
|
||||
if err := s.VoucherBiz.WechatQuery(ctx, msg); err != nil {
|
||||
s.logHelper.Error(err)
|
||||
s.logHelper.Errorf("wechat query error: %v", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue