feat: 订阅列表和免费列表
This commit is contained in:
@@ -10,7 +10,8 @@ func (r *CategoryRouter) InitCategoryRouter(Router *gin.RouterGroup) {
|
||||
categoryRouter := Router.Group("/radio/category")
|
||||
{
|
||||
categoryRouter.POST("page", categoryApi.GetCategoryPage)
|
||||
categoryRouter.POST("list", categoryApi.GetCategoryList)
|
||||
categoryRouter.GET("tree", categoryApi.GetCategoryTree)
|
||||
categoryRouter.GET("list", categoryApi.GetCategoryList)
|
||||
categoryRouter.GET("detail", categoryApi.GetCategoryDetail)
|
||||
categoryRouter.POST("save", categoryApi.SaveCategory)
|
||||
categoryRouter.POST("update", categoryApi.UpdateCategory)
|
||||
|
||||
Reference in New Issue
Block a user