mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
编辑器远程抓取图片优化
This commit is contained in:
@ -307,6 +307,7 @@ class UeditorService
|
||||
$ret = ResourcesService::AttachmentAdd($data);
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
$ret['data']['source'] = htmlspecialchars($imgUrl);
|
||||
array_push($list, $ret['data']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user