From 0f571a3dbe267021304cc12fcac0f2e8a8518a46 Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Thu, 25 Jul 2024 14:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=AF=E4=BB=98=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/OrderService.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/OrderService.go b/app/services/OrderService.go index cdc38af..dda2227 100644 --- a/app/services/OrderService.go +++ b/app/services/OrderService.go @@ -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)