where('id',170)->get(); $goods['banner'] = $this->getBanner(); $goods['spec'] = $this->getSpec(); return $goods; } public function getBanner() { $banner = [ [ 'id' => 1, 'type' => 1, 'path' => 'https://img.lanzu.vip/static/img/dic_banners/dic_banner_0.jpg' ], [ 'id' => 2, 'type' => 1, 'path' => 'https://img.lanzu.vip/static/img/dic_banners/dic_banner_1.jpg' ] ]; return $banner; } public function getSpec() { $spec = [ [ '净含量' => '约500G', '保存条件' => '常温', '保质期' => '10天' ] ]; return $spec; } }