This commit is contained in:
richboo111
2022-12-08 14:48:22 +08:00
parent 5eda526df4
commit 6a29bc5c21
2 changed files with 128 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ func pay4OrderByTL(ctx *jxcontext.Context, order *model.GoodsOrder, payType int,
// }
// }
payCreatedAt := time.Now()
param := &tonglianpayapi.CreateUnitorderOrderParam{
param := &tonglianpayapi.CreateUnitOrderOrderResult{
Trxamt: int(order.ActualPayPrice),
NotifyUrl: globals.TLPayNotifyURL,
Reqsn: order.VendorOrderID,