站点类型,自提点新增logo

This commit is contained in:
Devil
2021-03-06 23:49:19 +08:00
parent 12fcff8b38
commit 79aa55a42c
5 changed files with 54 additions and 8 deletions

View File

@ -311,6 +311,7 @@ class Site extends Common
foreach($address as $k=>$v)
{
$address[$k]['id'] = $k;
$address[$k]['logo'] = ResourcesService::AttachmentPathHandle($v['logo']);
}
$params['common_self_extraction_address'] = json_encode($address, JSON_UNESCAPED_UNICODE);
}