正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -174,6 +174,7 @@ class VisualizationLogic extends BaseLogic | @@ -174,6 +174,7 @@ class VisualizationLogic extends BaseLogic | ||
| 174 | * @time :2023/11/15 11:47 | 174 | * @time :2023/11/15 11:47 |
| 175 | */ | 175 | */ |
| 176 | public function saveHtml(){ | 176 | public function saveHtml(){ |
| 177 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export(11111, true) . PHP_EOL, FILE_APPEND); | ||
| 177 | $page_array = $this->user['is_visualization']['page_array']; | 178 | $page_array = $this->user['is_visualization']['page_array']; |
| 178 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($page_array, true) . PHP_EOL, FILE_APPEND); | 179 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export($page_array, true) . PHP_EOL, FILE_APPEND); |
| 179 | $type = $this->getType($this->param['source'],$this->param['source_id']); | 180 | $type = $this->getType($this->param['source'],$this->param['source_id']); |
-
请 注册 或 登录 后发表评论