From 5b46e38478d5dea81b4cc1e33008590fae52e40f Mon Sep 17 00:00:00 2001 From: wolter <11@gmail> Date: Thu, 8 Jan 2026 16:26:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B6=E9=93=B6=E5=8F=B0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/http/routes/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http/routes/route.go b/app/http/routes/route.go index 2d7b0db..9e2b136 100644 --- a/app/http/routes/route.go +++ b/app/http/routes/route.go @@ -100,7 +100,7 @@ func RegisterRoute(router *gin.Engine) { // 收银台地址 router.GET(common.PayPageAddress, front.PayPage) // 订单查询 - router.GET(common.PayPageAddress+"/query", front.PayPageCheckOrder) + router.POST(common.PayPageAddress+"/query", front.PayPageCheckOrder) payPage := router.Group(common.PayPageAddress, middlewares.ValidateRequest()) // 收银台 支付渠道列表