Commit b46dd8fb by 庄欣

Update ApiList

parent 00555fcc
......@@ -110,6 +110,8 @@ Route::group(["prefix" => "sets", 'namespace' => Provider::getNamespace("sets")]
Route::put("/{id}/resume" ,"Sets@resume");
});
//套系关联定义 works样片 category分类 promotion促销 attatchment附件 keywords关键词 comments评论
//分类
Route::group(["prefix" => "category", 'namespace' => Provider::getNamespace("category")],function(){
//列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment