Commit 00d9d317 authored by clone's avatar clone

post

parent aa246b19
...@@ -440,8 +440,8 @@ Route::group('broker', [ ...@@ -440,8 +440,8 @@ Route::group('broker', [
'setAgentLookNum' => [ 'api_broker/LookShop/setAgentLookNum', [ 'method' => 'post' ] ], //设置经纪人的看铺数量 'setAgentLookNum' => [ 'api_broker/LookShop/setAgentLookNum', [ 'method' => 'post' ] ], //设置经纪人的看铺数量
//首页跟进记录 //首页跟进记录
'userFollowUpList' => [ 'api_broker/HomePageLog/userFollowUpList', [ 'method' => 'get' ] ], 'userFollowUpList' => [ 'api_broker/HomePageLog/userFollowUpList', [ 'method' => 'post' ] ],
'houseFollowUpList' => [ 'api_broker/HomePageLog/houseFollowUpList', [ 'method' => 'get' ] ], 'houseFollowUpList' => [ 'api_broker/HomePageLog/houseFollowUpList', [ '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