This commit is contained in:
hy001 2026-04-16 15:25:09 +08:00
parent 668a192413
commit 39e70ad0a3

View File

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