$this->id, 'goods_name' => $this->goods_name, 'goods_cover' => $this->goods_cover, 'goods_price' => $this->goods_price, 'is_too' => $this->is_too, ]; } public function with($request) { return ['code' => Response::HTTP_OK, 'message' => '']; } }