This commit is contained in:
邹宗楠
2022-05-26 14:48:50 +08:00
parent 9aaf2a309e
commit 29b4a34ea2

View File

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