From 9d6661ae834d547dcc6d0f4f2ee275c6598300c3 Mon Sep 17 00:00:00 2001 From: jhc Date: Sat, 22 Feb 2025 13:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/router/bundleOrder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/router/bundleOrder.go b/pkg/router/bundleOrder.go index d47be59..4e9ddd0 100644 --- a/pkg/router/bundleOrder.go +++ b/pkg/router/bundleOrder.go @@ -21,7 +21,7 @@ func BundleOrderRouter(r *gin.RouterGroup) { bundleOrderAppRoute := bundleOrderRoute.Group("app") { bundleOrderAppRoute.POST("order-signature", bundle.CreateBundleOrderSignature) - bundleOrderAppRoute.POST("update-Pay", bundle.UpdateBundleOrderStatusPaid) + bundleOrderAppRoute.POST("update-pay", bundle.UpdateBundleOrderStatusPaid) bundleOrderAppRoute.POST("order-detail", bundle.OrderRecordsDetail) // stripe