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) {