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