15954078560 2 лет назад
Родитель
Сommit
793b8671f2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -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']);