$this->id, "goods_name"=> $this->shop_goods->goods_name, "primary_pic_url"=> config('filesystems.disks.oss.url').'/'.$this->shop_goods->primary_pic_url, "goods_brief"=> $this->shop_goods->goods_brief, "retail_price"=> $this->shop_goods->retail_price, "add_time"=> $this->add_time, ]; } }