This commit is contained in:
jiangyong27 2024-01-24 16:54:42 +08:00
parent 2f14e5f435
commit 8b0bd95e05
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ func (a *Approve) handleRefund(detail *qyweixin.ApproveDetail) {
KeyPem: config.GetConfig().WxPay.PayKeyPem,
})
if err = qyPay.PayMoney(&req); err != nil {
log.Errorf("pay error :%s", err.Error())
log.Errorf("pay error[%s] :%s", goutil.EncodeJSON(req), err.Error())
return
}
message := make([]string, 0)