Commit ca841f91 authored by yangchenglin's avatar yangchenglin

fix

parent ffde0bf3
...@@ -95,7 +95,7 @@ class UserUpdateOrCreate(APIView): ...@@ -95,7 +95,7 @@ class UserUpdateOrCreate(APIView):
class PictorialUserList(APIView): class PictorialUserList(APIView):
def get(self, request): def get(self, request):
id_ = request.GET.get('id') id_ = request.GET.get('pictorial_id')
offset = int(request.GET.get('page', 0)) offset = int(request.GET.get('page', 0))
count = int(request.GET.get('limit', 10)) count = int(request.GET.get('limit', 10))
filters = {'pictorial_id': id_} filters = {'pictorial_id': id_}
......
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