正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -68,7 +68,6 @@ class BTemplateLogic extends BaseLogic | @@ -68,7 +68,6 @@ class BTemplateLogic extends BaseLogic | ||
| 68 | }else{ | 68 | }else{ |
| 69 | $TemplateInfo = $this->otherHtml($info,$this->param['source'],$this->param['source_id']); | 69 | $TemplateInfo = $this->otherHtml($info,$this->param['source'],$this->param['source_id']); |
| 70 | } | 70 | } |
| 71 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($TemplateInfo['html'], true) . PHP_EOL, FILE_APPEND); | ||
| 72 | return $this->success($TemplateInfo); | 71 | return $this->success($TemplateInfo); |
| 73 | } | 72 | } |
| 74 | 73 |
-
请 注册 或 登录 后发表评论