Преглед изворни кода

修改PC页面上传接口的token3

chenshibin пре 4 година
родитељ
комит
16774a33ed
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      Controller/PcInfo.py

+ 3 - 3
Controller/PcInfo.py

@@ -308,9 +308,9 @@ class PcInfo(View):
         response.lang = tko.lang
         if tko.code != 0:
             return response.json(tko.code)
-        userID = tko.userID
-        if not userID:
-            return response.json(104)
+        # 获取访问者的id和岗位
+        userID = tko.id
+
 
         datetime = request_dict.get('datetime', None)
         file_name = request_dict.get('file_name', None)