:art: Return created_at for MemberActivityContributionInfo

huangqimin001 2 年之前
父节点
当前提交
9c38e81707
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      member/models.py

+ 1 - 0
member/models.py

@@ -713,4 +713,5 @@ class MemberActivityContributionInfo(BaseModelMixin):
713 713
             'content': self.content,
714 714
             'images': self.images,
715 715
             'video_url': self.video_url or '',
716
+            'created_at': tc.local_string(utc_dt=self.created_at),
716 717
         }