Commit f8dc92b6 authored by zhuwei's avatar zhuwei

1

parent a1003dd0
...@@ -420,10 +420,11 @@ Route::group('index', [ ...@@ -420,10 +420,11 @@ Route::group('index', [
'getPerformanceReportList' => ['index/PerformanceReport/getPerformanceReportList', ['method' => 'get | post']], 'getPerformanceReportList' => ['index/PerformanceReport/getPerformanceReportList', ['method' => 'get | post']],
'delPerformanceReport' => ['index/PerformanceReport/delPerformanceReport', ['method' => 'get | post']],//删除 'delPerformanceReport' => ['index/PerformanceReport/delPerformanceReport', ['method' => 'get | post']],//删除
//批量处理控制器 //跑经纬度
'getCityLatAadLng' => ['index/BatchProcessing/getCityLatAadLng', ['method' => 'get | post']],//批量设置商圈的经纬度 'getCityLatAadLng' => ['index/BatchProcessing/getCityLatAadLng', ['method' => 'get | post']],//批量设置商圈的经纬度
'getMetroStationsLatAadLng' => ['index/BatchProcessing/getMetroStationsLatAadLng', ['method' => 'get | post']],// 'getMetroStationsLatAadLng' => ['index/BatchProcessing/getMetroStationsLatAadLng', ['method' => 'get | post']],//
'updatePhoneFollowUpIsShow' => ['index/BatchProcessing/updatePhoneFollowUpIsShow', ['method' => 'get | post']],//批量设置商圈的经纬度 'updatePhoneFollowUpIsShow' => ['index/BatchProcessing/updatePhoneFollowUpIsShow', ['method' => 'get | post']],//
'getBuildingLatAadLng' => ['index/BatchProcessing/getBuildingLatAadLng', ['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