...
|
...
|
@@ -99,8 +99,12 @@ class Goods extends Api |
|
|
$res['file'] = [
|
|
|
$this->auth->absolutionUrlOne($res['file'])
|
|
|
];
|
|
|
$res['file_cover'] = [
|
|
|
$this->auth->absolutionUrlOneFrame($res['file'],1)
|
|
|
];
|
|
|
}else{
|
|
|
$res['file'] = [];
|
|
|
$res['file_cover'] = [];
|
|
|
}
|
|
|
//所属品牌分类
|
|
|
if($res['type'] == 1){
|
...
|
...
|
|