Commit 7b36acc1 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

fix

See merge request alpha/sun!140
parents c715c745 42f3d7ae
...@@ -202,7 +202,7 @@ class TopicListBatchUpdate(APIView): ...@@ -202,7 +202,7 @@ class TopicListBatchUpdate(APIView):
class TopicRelatePictorialInfo(APIView): class TopicRelatePictorialInfo(APIView):
def get(self, request): def get(self, request):
id_ = request.POST.get('id', '') id_ = request.GET.get('id')
offset, count = get_offset_count(request) offset, count = get_offset_count(request)
try: try:
data = self.rpc['venus/sun/topic/relate_pictorial_info'](id_=id_, offset=offset, count=count).unwrap() 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