Commit 4515c0a5 authored by xinyuandu's avatar xinyuandu

新增效绩排行路由

parent e4c527ef
......@@ -317,6 +317,7 @@ Route::group('index', [
'transformFollowUp' => ['index/HouseFollowUp/transformFollowUp', ['method' => 'GET']], //个人业绩排行 朱伟 2018-07-31
'getPerformanceExcel' => ['index/Performance/getPerformanceExcel', ['method' => 'POST|GET']],
'pictureShow' => ['index/PictureShow/pictureShow', ['method' => 'POST|GET']], //商铺图库 杜欣源 2018-08-31
'PerformanceRanking' => ['index/PerformanceRanking/performanceRanking', ['method' => 'POST|GET']], //商铺图库 杜欣源 2018-08-31
//c端商铺图库相关
'addImageDepot' => ['index/ImageDepot/addImageDepot', ['method' => 'get | 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