Commit a66890bb authored by yangchenglin's avatar yangchenglin

comment_talk

parent ae31191d
......@@ -67,6 +67,7 @@ class PictorialUpdateOrCreate(APIView):
'is_feed': int(request.POST.get('is_feed', 0)),
'pictorial_activity_ids': [int(pictorial_activity_id)] if pictorial_activity_id else [],
'alias': request.POST.get('alias', ''),
'comment_talk': request.POST.get('comment_talk', ''),
}
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment