|
...
|
...
|
@@ -95,7 +95,7 @@ class OptimizationReportController extends BaseController |
|
|
|
//测速
|
|
|
|
$speed = Speed::where('project_id', $this->param['project_id'])->first();
|
|
|
|
$data['speed'] = $speed['data'] ?? [];
|
|
|
|
// //询盘
|
|
|
|
//询盘
|
|
|
|
$data['inquiry'] = $this->getApiList($projectInfo);
|
|
|
|
DB::disconnect('custom_mysql');
|
|
|
|
$this->response('success',Code::SUCCESS,$data);
|
...
|
...
|
|