diff --git a/internal/server/http.go b/internal/server/http.go index ca5ce10..0941fe6 100644 --- a/internal/server/http.go +++ b/internal/server/http.go @@ -42,6 +42,7 @@ func NewHTTPServer( // 订单通知重试 -- 不健全 srv.Route("/voucher/").POST("orderNotifyRetry", cmb.OrderNotifyRetry) + // 重试订单通知,查询微信状态再通知下游招行 srv.Route("/voucher/").POST("retryOrderNotice", cmb.RetryOrderNotice) // 重试通知 srv.Route("/voucher/").POST("notifyRetry/{id}", cmb.NotifyRetry)