diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index fe6ee6d2c..4d87aa92e 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -317,6 +317,9 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd globals.SugarLogger.Debug("输出userBill", userBill1.AccountBalance) //////////////// globals.SugarLogger.Debug("回调进入微信退款") + globals.SugarLogger.Debug("orderWay==============", orderWay) + globals.SugarLogger.Debug("order==============", order) + globals.SugarLogger.Debug("order.OtherWayBill==============", order.OtherWayBill) res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(order.ChannelFee*100), "申请退款") if len(res.VendorRefundID) > 0 { return SuccessCode, err