where('id',35)->get(); $goods['banner'] = $this->getBanner(); 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 do() { // TODO: Implement do() method. } public function check($goodsId) { // TODO: Implement check() method. } public function undo() { // TODO: Implement undo() method. } }