Commit 4fa3d97f authored by hujun's avatar hujun

增加经纪人路由

parent ee99b701
...@@ -83,6 +83,10 @@ Route::group('index', [ ...@@ -83,6 +83,10 @@ Route::group('index', [
//watchshop 预约看铺 //watchshop 预约看铺
'watch_shop' => ['index/WatchShop/index',['method'=>'get']], 'watch_shop' => ['index/WatchShop/index',['method'=>'get']],
'get_watch' => ['index/WatchShop/getList',['method'=>'get']], 'get_watch' => ['index/WatchShop/getList',['method'=>'get']],
'add_applies' => ['index/WatchShop/addApplies',['method'=>'post']],
//查询经纪人
'getBroker' => ['index/broker/getBroker',['method'=>'get']],
]); ]);
...@@ -93,7 +97,7 @@ Route::group('api', [ ...@@ -93,7 +97,7 @@ Route::group('api', [
//get broker //get broker
'getBroker' => [ 'api/broker/index', [ 'method' => 'get' ] ], //获取当前商铺或街铺的经纪人 'getBroker' => [ 'api/broker/index', [ 'method' => 'get' ] ], //获取当前商铺或街铺的经纪人评论信息列表
'commentAndDeal' => [ 'api/broker/commentAndDeal', [ 'method' => 'get' ] ], //获取当前经纪人的评价和交易列表 'commentAndDeal' => [ 'api/broker/commentAndDeal', [ 'method' => 'get' ] ], //获取当前经纪人的评价和交易列表
'brokerDetail' => [ 'api/broker/brokerDetail', [ 'method' => 'get' ] ], //经纪人详情 'brokerDetail' => [ 'api/broker/brokerDetail', [ 'method' => 'get' ] ], //经纪人详情
//post broker //post broker
......
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