pay
This commit is contained in:
@@ -309,7 +309,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
|
|||||||
globals.SugarLogger.Debug("orderWay==============", orderWay)
|
globals.SugarLogger.Debug("orderWay==============", orderWay)
|
||||||
globals.SugarLogger.Debug("order==============", order)
|
globals.SugarLogger.Debug("order==============", order)
|
||||||
globals.SugarLogger.Debug("order.OtherWayBill==============", order.OtherWayBill)
|
globals.SugarLogger.Debug("order.OtherWayBill==============", order.OtherWayBill)
|
||||||
res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(order.ChannelFee*100), "申请退款")
|
res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(order.ChannelFee/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