|
...
|
...
|
@@ -68,7 +68,6 @@ class BTemplateLogic extends BaseLogic |
|
|
|
}else{
|
|
|
|
$TemplateInfo = $this->otherHtml($info,$this->param['source'],$this->param['source_id']);
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($TemplateInfo['html'], true) . PHP_EOL, FILE_APPEND);
|
|
|
|
return $this->success($TemplateInfo);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|