This commit is contained in:
邹宗楠
2026-03-16 17:39:10 +08:00
parent c075f733a3
commit 5ec381392a

View File

@@ -75,6 +75,8 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
err = api.TLpayAPI.CreateH5UnitorderOrder(param2)
} else {
result, err := api.TLpayAPI.CreateUnitorderOrder(param)
globals.SugarLogger.Debugf("------result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("------err := %s", utils.Format4Output(result, false))
if err == nil {
var result2 tonglianpayapi.PayInfo
json.Unmarshal([]byte(result.PayInfo), &result2)