...
|
...
|
@@ -90,6 +90,11 @@ class Brand extends Api |
|
|
"address": "葡萄牙1",//品牌所属地
|
|
|
"introduce": "超百年历史的葡萄牙餐具",//品牌简介
|
|
|
"brand_explain": "",//品牌详情(富文本)
|
|
|
"tag": [//品牌标签
|
|
|
"日式简约",
|
|
|
"隐秘乡奢",
|
|
|
"家庭情侣"
|
|
|
],
|
|
|
"file": "http://jinglong.springchunjia.cn/uploads/20191127/05d216e117e11bd3de352c155b42eaaa.mp4",//视频路径
|
|
|
"image_long": "http://jinglong.springchunjia.cn/uploads/20191127/bf35ec1b42a6d1c95355ce22fa633a43.jpg"//长图路径
|
|
|
}
|
...
|
...
|
@@ -109,6 +114,7 @@ class Brand extends Api |
|
|
$res['image'] = $this->auth->absolutionUrlOne($res['image']);
|
|
|
$res['file'] = $this->auth->absolutionUrlOne($res['file']);
|
|
|
$res['image_long'] = $this->auth->absolutionUrlOne($res['image_long']);
|
|
|
$res['tag'] = explode('|',$res['tag']);
|
|
|
}
|
|
|
$this->success('成功',$res);
|
|
|
}else{
|
...
|
...
|
|