api附件处理

feat/task1-c-wallet
devil_gong 2019-10-12 16:01:05 +08:00
parent dc5ca2bd13
commit 1959292bbc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }