controllers/sdk.go
@@ -40,6 +40,7 @@ Sort int `json:"sort"` //参数顺序 } // @Security ApiKeyAuth // @Summary 算法保存 // @Description 算法保存 // @Produce json @@ -65,6 +66,7 @@ } } // @Security ApiKeyAuth // @Summary 查找所有算法 // @Description 查找所有算法 // @Produce json @@ -81,6 +83,7 @@ util.ResponseFormat(c, code.Success, sdks) } // @Security ApiKeyAuth // @Summary 根据id获取算法信息 // @Description 根据id获取算法信息 // @Produce json @@ -123,6 +126,7 @@ } } // @Security ApiKeyAuth // @Summary 根据taskId获取算法信息 // @Description 根据taskId获取算法信息 // @Produce json