mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-25 21:18:11 +00:00
【程序目录】优化云存储
This commit is contained in:
parent
af514032a0
commit
3e0f798024
@ -45,6 +45,7 @@ class SystemStorageServices extends BaseServices
|
||||
$where['access_key'] = $config['accessKey'];
|
||||
$list = $this->dao->getList($where, ['*'], $page, $limit, 'add_time');
|
||||
foreach ($list as &$item) {
|
||||
$item['cname'] = str_replace('https://', '', $item['domain']);
|
||||
$item['_add_time'] = date('Y-m-d H:i:s', $item['add_time']);
|
||||
$item['_update_time'] = date('Y-m-d H:i:s', $item['update_time']);
|
||||
$service = UploadService::init($item['type']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user