From 1959292bbce2b3717c66df27687e3012bd2487ad Mon Sep 17 00:00:00 2001 From: devil_gong Date: Sat, 12 Oct 2019 16:01:05 +0800 Subject: [PATCH] =?UTF-8?q?api=E9=99=84=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Ueditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Ueditor.php b/application/api/controller/Ueditor.php index 0c9f8340f..0752a5e4c 100755 --- a/application/api/controller/Ueditor.php +++ b/application/api/controller/Ueditor.php @@ -51,7 +51,7 @@ class Ueditor extends Common $ret = UeditorService::Run($this->data_request); if($ret['code'] == 0 && !empty($ret['data']['url'])) { - $ret['data']['url'] = ResourcesService::AttachmentPathViewHandle($ret['data']['url']); + $ret['data']['url'] = ResourcesService::AttachmentPathViewHandle(ResourcesService::AttachmentPathHandle($ret['data']['url'])); } return $ret; } -- GitLab