Commit 36594a6c by 庄欣

Update ApiList

parent 072591e2
...@@ -126,6 +126,8 @@ Route::group(["prefix" => "category", 'namespace' => Provider::getNamespace("cat ...@@ -126,6 +126,8 @@ Route::group(["prefix" => "category", 'namespace' => Provider::getNamespace("cat
Route::group(["prefix" => "city", 'namespace' => Provider::getNamespace("city")],function() { Route::group(["prefix" => "city", 'namespace' => Provider::getNamespace("city")],function() {
//列表 //列表
Route::get("/", "City@index"); Route::get("/", "City@index");
//旅拍城市列表
Route::get("/travel", "City@travel");
//上一级信息 //上一级信息
Route::get("/{id}/parent","City@getParent"); Route::get("/{id}/parent","City@getParent");
//获取详细信息 //获取详细信息
......
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