作者 lyh

gx

... ... @@ -113,6 +113,7 @@ class RouteMap extends Base
$route_map->project_id = $project_id;
}
$route_map->route = $route;
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($route_map, true) . PHP_EOL, FILE_APPEND);
$route_map->save();
// }catch (\Exception $e){
// throw new \Exception('路由映射失败');
... ...