Commit 09bb9595 authored by hujun's avatar hujun

POST

parent d7f22151
...@@ -343,7 +343,7 @@ Route::group('index', [ ...@@ -343,7 +343,7 @@ Route::group('index', [
'getSiteList' => [ 'index/Site/getSiteList', [ 'method' => 'POST|GET' ] ], //获取站点列表 朱伟 2018-10-18 'getSiteList' => [ 'index/Site/getSiteList', [ 'method' => 'POST|GET' ] ], //获取站点列表 朱伟 2018-10-18
'delImageDepot' => [ 'index/Site/delImageDepot', [ 'method' => 'POST|GET' ] ], //关闭或开启站点 朱伟 2018-10-18 'delImageDepot' => [ 'index/Site/delImageDepot', [ 'method' => 'POST|GET' ] ], //关闭或开启站点 朱伟 2018-10-18
'inspectionRecordAll' => [ 'index/Report/inspectionRecordAll', [ 'method' => 'GET' ] ], //全部约带看 'inspectionRecordAll' => [ 'index/Report/inspectionRecordAll', [ 'method' => 'GET' ] ], //全部约带看
'setSite' => [ 'index/auth/setSite', [ 'method' => 'GET' ] ], //设置角色站点 'setSite' => [ 'index/auth/setSite', [ '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