cart_ids = $cart_ids; } /** * (监听者)获取购物车model * @return mixed */ public function getCartIds(){ return $this->cart_ids; } }