附件优化

This commit is contained in:
gongfuxiang
2019-06-24 23:42:12 +08:00
parent d042f38784
commit 27105bc979
2 changed files with 11 additions and 8 deletions

View File

@ -252,6 +252,7 @@ class Ueditor extends Common
* )
*/
$data = $up->getFileInfo();
print_r($data);die;
// 附件上传成功后处理钩子
$hook_name = 'plugins_controller_attachment_upload_handle_end';