This commit is contained in:
hy001 2026-04-16 14:35:39 +08:00
parent 0364a608f5
commit 668a192413

View File

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