pay
This commit is contained in:
@@ -279,7 +279,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
|
|||||||
}
|
}
|
||||||
if orderWay.PayMethod == 2 { // 微信支付
|
if orderWay.PayMethod == 2 { // 微信支付
|
||||||
// 微信支付原路退款,发起退款申请
|
// 微信支付原路退款,发起退款申请
|
||||||
res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(order.ChannelFee*100), "申请退款")
|
res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(orderWay.PayPrice*100), "申请退款")
|
||||||
if len(res.VendorRefundID) > 0 {
|
if len(res.VendorRefundID) > 0 {
|
||||||
return SuccessCode, err
|
return SuccessCode, err
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user