This commit is contained in:
邹宗楠
2022-05-27 15:24:11 +08:00
parent 9bc8812bf7
commit 798c010608
3 changed files with 16 additions and 27 deletions

View File

@@ -60,9 +60,7 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
Body: "京西菜市",
Charset: "UTF-8",
}
cc,err := api.TLpayAPI.CreateH5UnitorderOrder(param2)
globals.SugarLogger.Debug("h5=========", err)
globals.SugarLogger.Debug("h5=========", cc)
err = api.TLpayAPI.CreateH5UnitorderOrder(param2)
} else {
result, err := api.TLpayAPI.CreateUnitorderOrder(param)
if err == nil {