syn notice
This commit is contained in:
parent
5bc5bf77dd
commit
ffc56c74de
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue