This commit is contained in:
邹宗楠
2026-03-16 17:45:47 +08:00
parent 5ec381392a
commit 7ad0324c7b

View File

@@ -74,6 +74,7 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
}
err = api.TLpayAPI.CreateH5UnitorderOrder(param2)
} else {
globals.SugarLogger.Debugf("------param := %s", utils.Format4Output(param, false))
result, err := api.TLpayAPI.CreateUnitorderOrder(param)
globals.SugarLogger.Debugf("------result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("------err := %s", utils.Format4Output(result, false))