This commit is contained in:
邹宗楠
2023-05-29 10:04:27 +08:00
parent bff2be81e8
commit 2a4de66bd4
7 changed files with 11 additions and 73 deletions

View File

@@ -71,8 +71,8 @@ func pay4OrderByKs(ctx *jxcontext.Context, order *model.GoodsOrder, vendorPayTyp
VendorID: order.VendorID,
Status: 0,
PayCreatedAt: time.Now(),
PrepayID: prePayInfo.OrderInfoToken,
CodeURL: prePayInfo.OrderNo, // 抖音支付token
PrepayID: prePayInfo.OrderNo,
CodeURL: prePayInfo.OrderInfoToken, // 抖音支付token
TotalFee: int(order.ActualPayPrice),
}
}