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