Commit 5505d875 authored by hujun's avatar hujun

修改经纪人详情路由

parent 2dbb843b
...@@ -70,7 +70,7 @@ Route::group('api', [ ...@@ -70,7 +70,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/:id' => [ 'api/broker/brokerDetail', [ 'method' => 'get' ] ], //经纪人详情 'brokerDetail' => [ 'api/broker/brokerDetail', [ 'method' => 'get' ] ], //经纪人详情
//post broker //post broker
'appraiser' => [ 'api/broker/appraiser', [ 'method' => 'post' ] ], //评价经纪人 'appraiser' => [ 'api/broker/appraiser', [ '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