$this->id, 'sku_id' => $this->sku_id, 'name' => $this->name, 'cover' => $this->cover, 'specs' => array_values((array) $this->specs), 'sell_price' => $this->sell_price_format, 'vip_price' => $this->vip_price_format, 'quantity' => $this->quantity, 'can_after_sale' => $this->can_after_sale, ]; } }