Commit f56ba953 authored by hujun's avatar hujun

路由修改

parent a5919466
...@@ -90,8 +90,8 @@ Route::group('index', [ ...@@ -90,8 +90,8 @@ Route::group('index', [
'loginVerify' => [ 'index/login/loginVerify', [ 'method' => 'post|get' ] ], 'loginVerify' => [ 'index/login/loginVerify', [ 'method' => 'post|get' ] ],
'logout' => [ 'index/login/logout', [ 'method' => 'get' ] ], //退出 'logout' => [ 'index/login/logout', [ 'method' => 'get' ] ], //退出
//watchshop 预约看铺 //watchshop 预约看铺
'watch_shop/:type' => [ 'index/WatchShop/getList', [ 'method' => 'get' ], [ 'type' => 1 ] ], 'watch_shop/:check_status' => [ 'index/WatchShop/getList', [ 'method' => 'get' ], [ 'check_status' => 1 ] ],
'our_watch_shop/:type' => [ 'index/WatchShop/getList', [ 'method' => 'get' ], [ 'type' => 2 ] ], 'our_watch_shop/:check_status' => [ 'index/WatchShop/getList', [ 'method' => 'get' ], [ 'check_status' => 2 ] ],
'add_applies' => [ 'index/WatchShop/addApplies', [ 'method' => 'post' ] ], 'add_applies' => [ 'index/WatchShop/addApplies', [ 'method' => 'post' ] ],
//查询经纪人 //查询经纪人
......
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