From 7a02c6047cc718fe5a94fc0311698944ff52f01b Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 5 Jun 2025 18:28:14 +0800 Subject: [PATCH] wechat retry --- 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 c3e4e80..c89501c 100644 --- a/internal/server/http.go +++ b/internal/server/http.go @@ -40,7 +40,7 @@ func NewHTTPServer( srv.Route("/voucher/").GET("queryOrder/{order_no}", cmb.QueryOrder) srv.Route("/voucher/").GET("registerTag/{product_no}", cmb.RegisterTag) srv.Route("/voucher/").GET("pushWechatQuery/{product_no}", cmb.PushWechatQuery) - srv.Route("/voucher/").GET("pushWechatQuery/{product_no}", cmb.PushWechatRetry) + srv.Route("/voucher/").GET("pushWechatRetry/{product_no}", cmb.PushWechatRetry) v1.RegisterCmbHTTPServer(srv, cmb)