From 39e70ad0a344eb7f9975357e353afacb8ca65b18 Mon Sep 17 00:00:00 2001 From: hy001 Date: Thu, 16 Apr 2026 15:25:09 +0800 Subject: [PATCH] test --- internal/http/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/http/router.go b/internal/http/router.go index 73c251d..fc348b8 100644 --- a/internal/http/router.go +++ b/internal/http/router.go @@ -36,7 +36,7 @@ func NewRouter( }) return } - c.JSON(http.StatusOK, gin.H{"code": "ok", "message": "success1"}) + c.JSON(http.StatusOK, gin.H{"code": "ok", "message": "success2"}) }) router.GET("/public/h5/invite-campaign/landing", func(c *gin.Context) {