feat: swag.

This commit is contained in:
2026-05-04 16:20:46 +08:00
parent 3fbbbbc6a8
commit b7843641ca
24 changed files with 9376 additions and 19 deletions
+8
View File
@@ -1,3 +1,11 @@
// @title 智能心率采集分析平台 API
// @version 1.0
// @description 智能心率采集分析平台后端服务,基于 Gin 框架提供心率采集、AI 分析、教案管理、设备管理等功能
// @host localhost:8081
// @BasePath /api/v1
// @securityDefinitions.apikey BearerAuth
// @in header
// @name Authorization
package main
import (