From 6eb8e2cef864cb5e9f03371c640d6c62e886e2d4 Mon Sep 17 00:00:00 2001 From: zhoujunyao Date: Thu, 19 Jun 2025 13:57:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E6=98=AF0=E7=9A=84=E6=83=85=E5=86=B5,?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/pay.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/bundle/pay.go b/pkg/service/bundle/pay.go index 162fe8c..d4bd66e 100644 --- a/pkg/service/bundle/pay.go +++ b/pkg/service/bundle/pay.go @@ -429,6 +429,7 @@ func CreateAntomPay(c *gin.Context) { } service.Success(c) + return } var antomReq payment.CreatePayRequest