Commit fd33b037 by 庄欣

Update ApiList

parent 569e2da4
...@@ -11,6 +11,7 @@ Route::group(["prefix" => "file", 'namespace' => Provider::getNamespace("file")] ...@@ -11,6 +11,7 @@ Route::group(["prefix" => "file", 'namespace' => Provider::getNamespace("file")]
//编辑器上传 //编辑器上传
Route::post("/editor/{uid}/{action}","File@editorUpload"); Route::post("/editor/{uid}/{action}","File@editorUpload");
}); });
//支持的type类型 sets 套系,works 样片,banner就是BANNER,choice 精选,category 分类,ident 摄影师提交申请,xp 选片,art 攻略
Route::group(["prefix" => "user", 'namespace' => Provider::getNamespace("member")],function(){ Route::group(["prefix" => "user", 'namespace' => Provider::getNamespace("member")],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