1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user