$this->id, "user_id"=> $this->uid, "goods_id"=> $this->goods_id, "goods_sn"=> $this->goods_sn, "goods_name"=> $this->goods_name, "market_price"=> $this->market_price, "retail_price"=> $this->shop_goods->retail_price, "number"=> $this->number, "checked"=> $this->checked, 'freight_price' => $this->shop_goods->freight_price, "list_pic_url"=> config('filesystems.disks.oss.url').'/'.$this->list_pic_url, "primary_pic_url"=> config('filesystems.disks.oss.url').'/'.$this->shop_goods->primary_pic_url, ]; } }