|
@@ -75,7 +75,7 @@ class Index extends Api
|
|
|
$this->error('数据不存在');
|
|
|
}
|
|
|
|
|
|
- $info['image'] = info_domain_image($info, ['image']);
|
|
|
+ $info = info_domain_image($info, ['image']);
|
|
|
$info['starttime'] = date('Y-m-d H:i', $info['starttime']);
|
|
|
$info['endtime'] = date('Y-m-d H:i', $info['endtime']);
|
|
|
$info['collectiontime'] = date('Y-m-d H:i', $info['collectiontime']);
|