Commit 00bfb1a6 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'dev'

fix code

See merge request !109
parents 0ac27aa1 2f465fcb
......@@ -70,7 +70,7 @@ class PictorialUpdateOrCreate(APIView):
class PictorialTopics(APIView):
"""创建画报和多个帖子关系"""
"""多个帖子关系"""
def post(self, request):
topic_ids = json.loads(request.POST.get('topic_ids', '[]'))
......
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