多笔立减金

This commit is contained in:
ziming 2025-12-11 14:53:41 +08:00
parent 6b9a5a0666
commit 1a7df7cbab
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ func NewHTTPServer(
return ctx.String(http2.StatusOK, "pong") return ctx.String(http2.StatusOK, "pong")
}) })
// 启星(启星-蓝色兄弟立减金代配) /voucher/qiXing/v1/notify // 启星(启星-蓝色兄弟立减金代配) /voucher/qixing/v1/notify
srv.Route("/voucher/").POST("qiXing/v1/notify", tripartiteService.QiXingNotify) srv.Route("/voucher/").POST("qixing/v1/notify", tripartiteService.QiXingNotify)
// 订单通知重试 -- 不健全 // 订单通知重试 -- 不健全
srv.Route("/voucher/").POST("orderNotifyRetry", cmb.OrderNotifyRetry) srv.Route("/voucher/").POST("orderNotifyRetry", cmb.OrderNotifyRetry)