From c2a77313bf5477bcf4a4e2314d4f8ebfeaa8d560 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 27 Jul 2022 14:12:09 +0800 Subject: [PATCH] log --- business/q_bida/q_bida_server.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index a01f06e1b..1d6b205bc 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -249,7 +249,8 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd return err } - + globals.SugarLogger.Debug("============", orderWay.PayPrice) + globals.SugarLogger.Debug("========= dfedfwfwdsw", orderWay.PayMethod) if orderWay.PayMethod == 1 { // 余额支付 // 支付方式为余额支付,则需要修改order/userVendorOrder,修改订单状态,给用户账户价钱,生成一个价钱数据 } else if orderWay.PayMethod == 2 { // 微信支付