...
|
...
|
@@ -119,8 +119,8 @@ class Brand extends Api |
|
|
$res = Common::findSoftWhereData('btype',['id'=>$b_id],'createtime,updatetime,deletetime',true);
|
|
|
if($res){
|
|
|
$res['image'] = $this->auth->absolutionUrlOne($res['image']);
|
|
|
$res['file'] = $this->auth->absolutionUrlOne($res['file']);
|
|
|
$res['file_cover'] = $this->auth->absolutionUrlOneFrame($res['file'],1);
|
|
|
$res['file'] = $this->auth->absolutionUrlOne($res['file']);
|
|
|
$res['image_long'] = $this->auth->absolutionUrlOne($res['image_long']);
|
|
|
$res['tag'] = explode('|',$res['tag']);
|
|
|
}
|
...
|
...
|
|