提交 1959292b 编写于 作者: D devil_gong

api附件处理

上级 dc5ca2bd
...@@ -51,7 +51,7 @@ class Ueditor extends Common ...@@ -51,7 +51,7 @@ class Ueditor extends Common
$ret = UeditorService::Run($this->data_request); $ret = UeditorService::Run($this->data_request);
if($ret['code'] == 0 && !empty($ret['data']['url'])) 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; return $ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册