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

Merge remote-tracking branch 'remotes/origin/dev' into test

tanghongbin пре 5 година
родитељ
комит
3119a68a4f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Controller/AdminManage.py

+ 0 - 1
Controller/AdminManage.py

@@ -50,7 +50,6 @@ class AdminManage(TemplateView):
         if tko.code != 0:
         if tko.code != 0:
             return response.json(tko.code)
             return response.json(tko.code)
         userID = tko.userID
         userID = tko.userID
-        userID = 1
         operation = request_dict.get('operation', None)
         operation = request_dict.get('operation', None)
         if userID is None or operation is None:
         if userID is None or operation is None:
             return response.json(444, 'operation')
             return response.json(444, 'operation')