From 1a7df7cbab99cc4b85b35629d6851bc87060b150 Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 11 Dec 2025 14:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=AC=94=E7=AB=8B=E5=87=8F=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/server/http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/server/http.go b/internal/server/http.go index b65e518..ac4c16e 100644 --- a/internal/server/http.go +++ b/internal/server/http.go @@ -37,8 +37,8 @@ func NewHTTPServer( return ctx.String(http2.StatusOK, "pong") }) - // 启星(启星-蓝色兄弟立减金代配) /voucher/qiXing/v1/notify - srv.Route("/voucher/").POST("qiXing/v1/notify", tripartiteService.QiXingNotify) + // 启星(启星-蓝色兄弟立减金代配) /voucher/qixing/v1/notify + srv.Route("/voucher/").POST("qixing/v1/notify", tripartiteService.QiXingNotify) // 订单通知重试 -- 不健全 srv.Route("/voucher/").POST("orderNotifyRetry", cmb.OrderNotifyRetry)