This commit is contained in:
邹宗楠
2022-05-26 13:47:24 +08:00
parent a760c2b066
commit 815d894258

View File

@@ -57,6 +57,7 @@ func pay4OrderByWX(ctx *jxcontext.Context, order *model.GoodsOrder, vendorPayTyp
} }
} }
globals.SugarLogger.Debug("err=====================", err) globals.SugarLogger.Debug("err=====================", err)
globals.SugarLogger.Debug("err=====================", fmt.Sprintf("%+v", result))
return orderPay, err return orderPay, err
} }