@@ -98,6 +98,7 @@ class UserCouponInfo(BaseModelMixin): |
||
98 | 98 |
return { |
99 | 99 |
'user_coupon_id': self.user_coupon_id, |
100 | 100 |
'coupon_id': self.coupon_id, |
101 |
+ 'user_id': self.user_id, |
|
101 | 102 |
'coupon_title': self.coupon_title, |
102 | 103 |
'coupon_detail': self.coupon_detail, |
103 | 104 |
'coupon_amount': self.coupon_value, |