Commit 8792b76b authored by zhuwei's avatar zhuwei

c端商铺图库相关-路由

parent 55014e82
......@@ -299,6 +299,14 @@ Route::group('index', [
'transformFollowUp' => [ 'index/HouseFollowUp/transformFollowUp', [ 'method' => 'GET' ] ], //个人业绩排行 朱伟 2018-07-31
'getPerformanceExcel' => [ 'index/Performance/getPerformanceExcel', [ 'method' => 'POST|GET' ] ],
//c端商铺图库相关
'addImageDepot' => [ 'index/ImageDepot/addImageDepot', [ 'method' => 'get | post' ] ],//上传保存图片
'getImageTypeLabel' => [ 'index/ImageDepot/getImageTypeLabel', [ 'method' => 'get | post' ] ],//获取图片类型与标签
'getImageDepotList' => [ 'index/ImageDepot/getImageDepotList', [ 'method' => 'get | post' ] ],//获取图片列表
'getImageDepotById' => [ 'index/ImageDepot/getImageDepotById', [ 'method' => 'get | post' ] ],//根据ID获取记录
'delImageDepot' => [ 'index/ImageDepot/delImageDepot', [ 'method' => 'get | post' ] ],//删除
'ceshi' => [ 'index/ImageDepot/ceshi', [ '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