Commit 0a386dcd by 庄欣

Update ApiList

parent e570c843
......@@ -76,6 +76,7 @@ Route::group(["prefix" => "photo", 'namespace' => Provider::getNamespace("photo"
Route::post("/{id}" , "Photo@images");
//删除照片
Route::delete("/{id}/{ids}","Photo@image");
//照片列表
Route::get ("/id" , "Photo@lists");
});
\ No newline at end of file
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