|  |  | @@ -143,6 +143,7 @@ class GoodsInfo(BaseModelMixin, BrandInfoMixin): | 
            
            
              | 143 | 143 |              'value': self.value, | 
            
            
              | 144 | 144 |              'left_num': self.left_num, | 
            
            
              | 145 | 145 |              'relate_good_title': self.relate_good_title, | 
            
            
              |  | 146 | +            'only_for_member': self.only_for_member, | 
            
            
              | 146 | 147 |              'good_state': self.good_state, | 
            
            
              | 147 | 148 |              'coupon': coupon, | 
            
            
              | 148 | 149 |              'created_at': tc.local_string(utc_dt=self.created_at), | 
            
            
            
            
              |  |  | @@ -159,6 +160,7 @@ class GoodsInfo(BaseModelMixin, BrandInfoMixin): | 
            
            
              | 159 | 160 |              'good_type': self.good_type, | 
            
            
              | 160 | 161 |              'title': self.title, | 
            
            
              | 161 | 162 |              'relate_good_title': self.relate_good_title, | 
            
            
              |  | 163 | +            'only_for_member': self.only_for_member, | 
            
            
              | 162 | 164 |              'good_state': self.good_state, | 
            
            
              | 163 | 165 |              'image': self.image_url, | 
            
            
              | 164 | 166 |              'image_path': self.image_path, |