Commit 8825ca25 authored by zhuwei's avatar zhuwei

bug

parent b3e485e7
...@@ -383,6 +383,7 @@ Route::group('api', [ ...@@ -383,6 +383,7 @@ Route::group('api', [
'getImageTypeLabel' => [ 'api/ImageDepot/getImageTypeLabel', [ 'method' => 'get | post' ] ],//获取图片类型与标签 'getImageTypeLabel' => [ 'api/ImageDepot/getImageTypeLabel', [ 'method' => 'get | post' ] ],//获取图片类型与标签
'getImageDepotList' => [ 'api/ImageDepot/getImageDepotList', [ 'method' => 'get | post' ] ],//获取图片列表 'getImageDepotList' => [ 'api/ImageDepot/getImageDepotList', [ 'method' => 'get | post' ] ],//获取图片列表
'getImageDepotById' => [ 'api/ImageDepot/getImageDepotById', [ 'method' => 'get | post' ] ],//根据ID获取记录 'getImageDepotById' => [ 'api/ImageDepot/getImageDepotById', [ 'method' => 'get | post' ] ],//根据ID获取记录
'delImageDepot' => [ 'api/ImageDepot/delImageDepot', [ '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