diff --git a/application/api/controller/Ueditor.php b/application/api/controller/Ueditor.php index 0c9f8340f3704314e17f935118add335a3033861..0752a5e4c8f7bbaf02e37a1b510ea371128f1e1f 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; }