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

@@ -102,7 +102,7 @@ func createDDNS(c *gin.Context) (uint64, error) {
// @Description Edit DDNS profile
// @Tags auth required
// @Accept json
// @param id path string true "Profile ID"
// @param id path uint true "Profile ID"
// @param request body model.DDNSForm true "DDNS Request"
// @Produce json
// @Success 200 {object} model.CommonResponse[any]