This commit is contained in:
邹宗楠
2026-03-17 11:47:21 +08:00
parent 7ad0324c7b
commit c1e9d7347b
2 changed files with 155 additions and 138 deletions

View File

@@ -74,10 +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))
if err == nil {
var result2 tonglianpayapi.PayInfo
json.Unmarshal([]byte(result.PayInfo), &result2)