Commit 2f465fcb authored by 王浩's avatar 王浩

fix code

parent 9e6cb81b
...@@ -70,7 +70,7 @@ class PictorialUpdateOrCreate(APIView): ...@@ -70,7 +70,7 @@ class PictorialUpdateOrCreate(APIView):
class PictorialTopics(APIView): class PictorialTopics(APIView):
"""创建画报和多个帖子关系""" """多个帖子关系"""
def post(self, request): def post(self, request):
topic_ids = json.loads(request.POST.get('topic_ids', '[]')) 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