Commit ed565eba authored by 杨成林's avatar 杨成林

Merge branch 'ycl/fix' into 'test'

fix

See merge request alpha/sun!309
parents ffde0bf3 ca841f91
......@@ -95,7 +95,7 @@ class UserUpdateOrCreate(APIView):
class PictorialUserList(APIView):
def get(self, request):
id_ = request.GET.get('id')
id_ = request.GET.get('pictorial_id')
offset = int(request.GET.get('page', 0))
count = int(request.GET.get('limit', 10))
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