Răsfoiți Sursa

获取userID

locky 4 ani în urmă
părinte
comite
bf51b4921d
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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)