add fm api (#456)

This commit is contained in:
UUBulb
2024-10-25 09:09:08 +08:00
committed by GitHub
parent fa9d02396b
commit d086e98711
7 changed files with 112 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ func createServerGroup(c *gin.Context) (uint64, error) {
// @Security BearerAuth
// @Tags auth required
// @Accept json
// @Param id path string true "ID"
// @Param id path uint true "ID"
// @Param body body model.ServerGroupForm true "ServerGroupForm"
// @Produce json
// @Success 200 {object} model.CommonResponse[any]