作者 jinglong
1 个管道 的构建 通过 耗费 10 秒

增加品牌详情封面图

@@ -120,6 +120,7 @@ class Brand extends Api @@ -120,6 +120,7 @@ class Brand extends Api
120 if($res){ 120 if($res){
121 $res['image'] = $this->auth->absolutionUrlOne($res['image']); 121 $res['image'] = $this->auth->absolutionUrlOne($res['image']);
122 $res['file'] = $this->auth->absolutionUrlOne($res['file']); 122 $res['file'] = $this->auth->absolutionUrlOne($res['file']);
  123 + $res['file_cover'] = $this->auth->absolutionUrlOneFrame($res['file'],1);
123 $res['image_long'] = $this->auth->absolutionUrlOne($res['image_long']); 124 $res['image_long'] = $this->auth->absolutionUrlOne($res['image_long']);
124 $res['tag'] = explode('|',$res['tag']); 125 $res['tag'] = explode('|',$res['tag']);
125 } 126 }