syn notice

This commit is contained in:
ziming 2025-04-28 17:45:01 +08:00
parent 5bc5bf77dd
commit ffc56c74de
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func NewHTTPServer(
}) })
srv.Route("/voucher/").GET("notifyRetry/{id}", cmb.NotifyRetry) 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) v1.RegisterCmbHTTPServer(srv, cmb)