query order notify
This commit is contained in:
parent
10727c1a00
commit
9bd8646e57
|
|
@ -42,6 +42,7 @@ func NewHTTPServer(
|
||||||
|
|
||||||
// 订单通知重试 -- 不健全
|
// 订单通知重试 -- 不健全
|
||||||
srv.Route("/voucher/").POST("orderNotifyRetry", cmb.OrderNotifyRetry)
|
srv.Route("/voucher/").POST("orderNotifyRetry", cmb.OrderNotifyRetry)
|
||||||
|
// 重试订单通知,查询微信状态再通知下游招行
|
||||||
srv.Route("/voucher/").POST("retryOrderNotice", cmb.RetryOrderNotice)
|
srv.Route("/voucher/").POST("retryOrderNotice", cmb.RetryOrderNotice)
|
||||||
// 重试通知
|
// 重试通知
|
||||||
srv.Route("/voucher/").POST("notifyRetry/{id}", cmb.NotifyRetry)
|
srv.Route("/voucher/").POST("notifyRetry/{id}", cmb.NotifyRetry)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue