list_pic_url)) { $pic = $this->list_pic_url; foreach ($pic as $eachPic) { $pics[] = config('filesystems.disks.oss.url').'/'.$eachPic; } } return [ "id"=>$this->id, "goods_name"=> $this->goods_name, "goods_number"=> $this->goods_number, "keywords"=> $this->keywords, "goods_number"=> $this->goods_number, "goods_brief"=> $this->goods_brief, "goods_desc"=> $this->goods_desc, "counter_price"=> $this->counter_price, "extra_price"=> $this->extra_price, "is_new"=> $this->is_new, "goods_unit"=> $this->goods_unit, "primary_pic_url"=> config('filesystems.disks.oss.url').'/'.$this->primary_pic_url, "list_pic_url"=> $pics, "retail_price"=> $this->retail_price, "sell_volume"=> $this->sell_volume, "unit_price"=> $this->unit_price, "promotion_desc"=> $this->promotion_desc, "promotion_tag"=> $this->promotion_tag, "vip_exclusive_price"=> $this->vip_exclusive_price, "is_vip_exclusive"=> $this->is_vip_exclusive, "is_limited"=> $this->is_limited, "is_hot"=> $this->is_hot, ]; } }