query order notify

This commit is contained in:
ziming 2026-03-05 18:05:05 +08:00
parent 10727c1a00
commit 9bd8646e57
1 changed files with 1 additions and 0 deletions

View File

@ -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)