1
This commit is contained in:
@@ -74,6 +74,7 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
|
|||||||
}
|
}
|
||||||
err = api.TLpayAPI.CreateH5UnitorderOrder(param2)
|
err = api.TLpayAPI.CreateH5UnitorderOrder(param2)
|
||||||
} else {
|
} else {
|
||||||
|
globals.SugarLogger.Debugf("------param := %s", utils.Format4Output(param, false))
|
||||||
result, err := api.TLpayAPI.CreateUnitorderOrder(param)
|
result, err := api.TLpayAPI.CreateUnitorderOrder(param)
|
||||||
globals.SugarLogger.Debugf("------result := %s", utils.Format4Output(result, false))
|
globals.SugarLogger.Debugf("------result := %s", utils.Format4Output(result, false))
|
||||||
globals.SugarLogger.Debugf("------err := %s", utils.Format4Output(result, false))
|
globals.SugarLogger.Debugf("------err := %s", utils.Format4Output(result, false))
|
||||||
|
|||||||
Reference in New Issue
Block a user