Browse Source

获取userID

locky 4 năm trước cách đây
mục cha
commit
bf51b4921d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Controller/VPGController.py

+ 2 - 1
Controller/VPGController.py

@@ -155,7 +155,8 @@ class VPGView(View):
 
             res = {
                 'count': count,
-                'data': list(vpg_qs)
+                'data': list(vpg_qs),
+                'userID': userID
             }
 
             return response.json(0, res)