Commit dc4651b1 authored by hujun's avatar hujun

取消点赞数路由

parent a263c55c
......@@ -424,6 +424,7 @@ Route::group('broker', [
'feedList' => ['api_broker/Feed/feedList', [ 'method' => 'get' ] ], //首页feed喜报
'editFeedClick' => ['api_broker/Feed/editFeedClick', [ 'method' => 'post' ] ], //feed流喜报点赞和页面浏览数量
'getFeedInfo' => ['api_broker/Feed/getFeedInfo', [ 'method' => 'get' ] ], //feed流喜报详情
'editDecFeedClick' => ['api_broker/Feed/editDecFeedClick', [ 'method' => 'post' ] ], //feed流喜报详情
......
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