From 668a1924133b3b39e0d9d5015edf7db4f82c3f62 Mon Sep 17 00:00:00 2001 From: hy001 Date: Thu, 16 Apr 2026 14:35:39 +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 77e3fa9..73c251d 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": "success"}) + c.JSON(http.StatusOK, gin.H{"code": "ok", "message": "success1"}) }) router.GET("/public/h5/invite-campaign/landing", func(c *gin.Context) {