新增分享码功能

This commit is contained in:
eafonyang
2026-06-12 15:50:01 +08:00
parent 46fd35b0df
commit 8010cbd32f
24 changed files with 2610 additions and 66 deletions
+7
View File
@@ -11,6 +11,13 @@ func NewHealthHandler() *HealthHandler {
return &HealthHandler{}
}
// Check 健康检查
//
// @Summary 健康检查
// @Tags System
// @Produce json
// @Success 200 {object} object
// @Router /api/v1/health [get]
func (h *HealthHandler) Check(c *gin.Context) {
response.OK(c, gin.H{
"status": "up",