Commit 9df74103 authored by zhuwei's avatar zhuwei

路由搬家

parent e20eaaef
......@@ -300,6 +300,15 @@ Route::group('index', [
'getPerformanceExcel' => [ 'index/Performance/getPerformanceExcel', [ 'method' => 'POST|GET' ] ],
'pictureShow' => [ 'index/PictureShow/pictureShow', [ 'method' => 'POST|GET' ] ], //商铺图库 杜欣源 2018-08-31
//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' ] ],//删除
'getImageWidthRand' => [ 'index/ImageDepot/getImageWidthRand', [ 'method' => 'get | post' ] ],//删除
]);
......@@ -378,13 +387,6 @@ Route::group('api', [
'saveSiteCity' => [ 'api/Location/saveSiteCity', [ 'method' => 'POST|GET' ] ], //保存默认城市选择 c端
//c端商铺图库相关
'addImageDepot' => [ 'api/ImageDepot/addImageDepot', [ 'method' => 'get | post' ] ],//上传保存图片
'getImageTypeLabel' => [ 'api/ImageDepot/getImageTypeLabel', [ 'method' => 'get | post' ] ],//获取图片类型与标签
'getImageDepotList' => [ 'api/ImageDepot/getImageDepotList', [ 'method' => 'get | post' ] ],//获取图片列表
'getImageDepotById' => [ 'api/ImageDepot/getImageDepotById', [ 'method' => 'get | post' ] ],//根据ID获取记录
'delImageDepot' => [ 'api/ImageDepot/delImageDepot', [ 'method' => 'get | post' ] ],//删除
'getImageWidthRand' => [ 'api/ImageDepot/getImageWidthRand', [ '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