Commit 00d9d317 authored by clone's avatar clone

post

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