$this->goods_id, 'goods_name' => $this->goods_name, 'goods_cover' => $this->goods_cover??'', 'goods_price' => $this->goods_price, 'goods_num' => $this->goods_num, 'goods_attrs' => json_decode($this->goods_attrs), 'is_too' => $this->is_too, 'special_value' => $this->special_value ]; } }