Commit 42f3d7ae authored by 王浩's avatar 王浩

fix

parent 687e75ed
......@@ -202,7 +202,7 @@ class TopicListBatchUpdate(APIView):
class TopicRelatePictorialInfo(APIView):
def get(self, request):
id_ = request.POST.get('id', '')
id_ = request.GET.get('id')
offset, count = get_offset_count(request)
try:
data = self.rpc['venus/sun/topic/relate_pictorial_info'](id_=id_, offset=offset, count=count).unwrap()
......
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