增加支付成功时间

This commit is contained in:
qiyunfanbo126.com 2024-07-25 14:22:09 +08:00
parent 07cc1a91df
commit 0f571a3dbe
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ func OrderNotify(request front.YouChuRequest) (NotifyResponse front.YouChuOrderN
} else {
order.State = common.ORDER_STATUS_FINISH
order.VoucherLink = send.Data.ShortUrl
order.ExchangeTime = time.Now()
utils.Log(nil, "nitifydata", send.Data.ShortUrl, "***", send.Data.VoucherId)
//Stock, _ := strconv.Atoi(productDetail.Stock)
//productDetail.Stock = strconv.Itoa(Stock - 1)