Commit 4277d290 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

fix code

See merge request !91
parents 2bd1ddbf 22cd684b
......@@ -135,7 +135,7 @@ class CreatePictorial(BaseView):
topics.append({
'id': pictorial.get('id') + str(index),
'content': pictorial.get('content'),
'image': obj,
'images': [obj],
'create_time': pictorial.get('create_time'),
'user_id': self.get_user_id(id_=obj.get('url'), platform=platform)
})
......
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