Browse Source

新建图片

master
Lemon 5 years ago
parent
commit
29568957a0
  1. 2
      app/Controller/v3/GoodsController.php

2
app/Controller/v3/GoodsController.php

@ -181,7 +181,7 @@ class GoodsController extends BaseController
if(!empty($banners)){
$banners = json_decode($banners,true);
foreach ($banners as $banner){
$this->goodsService->bannerCreate($res['id'],$banner,1);
$this->goodsService->bannerCreate($res['id'],$banner['path'],1);
}
}
return $this->success($res);

Loading…
Cancel
Save