修改bug
This commit is contained in:
parent
45bc1e9cf0
commit
b34dd4f96f
|
@ -52,6 +52,10 @@ func ThirdPayRefundCheck(ctx context.Context, refundReq *front.RefundReqs, appCh
|
|||
check = thirdpay.NewPayCheck(&ctx, &req, appCheck, ip)
|
||||
// 校验表单
|
||||
check.CheckPayInfo()
|
||||
if check.CheckCode != errorcode.Success {
|
||||
return check, check.CheckCode
|
||||
}
|
||||
check.CheckOrderRefund()
|
||||
return check, check.CheckCode
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue