From ffc56c74de6e974d69adc1b6783984e6744d8524 Mon Sep 17 00:00:00 2001 From: ziming Date: Mon, 28 Apr 2025 17:45:01 +0800 Subject: [PATCH] syn notice --- internal/server/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/server/http.go b/internal/server/http.go index f47951d..3e0023e 100644 --- a/internal/server/http.go +++ b/internal/server/http.go @@ -37,7 +37,7 @@ func NewHTTPServer( }) srv.Route("/voucher/").GET("notifyRetry/{id}", cmb.NotifyRetry) - srv.Route("/voucher/").GET("query/{order_no}", cmb.QueryOrder) + srv.Route("/voucher/").GET("queryOrder/{order_no}", cmb.QueryOrder) v1.RegisterCmbHTTPServer(srv, cmb)