Browse Source

获取userID

locky 4 years ago
parent
commit
bf51b4921d
1 changed files with 2 additions and 1 deletions
  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)