wechat retry

This commit is contained in:
ziming 2025-06-05 18:28:14 +08:00
parent 69c4171a20
commit 7a02c6047c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func NewHTTPServer(
srv.Route("/voucher/").GET("queryOrder/{order_no}", cmb.QueryOrder) srv.Route("/voucher/").GET("queryOrder/{order_no}", cmb.QueryOrder)
srv.Route("/voucher/").GET("registerTag/{product_no}", cmb.RegisterTag) 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.PushWechatQuery)
srv.Route("/voucher/").GET("pushWechatQuery/{product_no}", cmb.PushWechatRetry) srv.Route("/voucher/").GET("pushWechatRetry/{product_no}", cmb.PushWechatRetry)
v1.RegisterCmbHTTPServer(srv, cmb) v1.RegisterCmbHTTPServer(srv, cmb)