浏览代码

自主推送统计接口4

tanghongbin 5 年之前
父节点
当前提交
88ca7eca0a
共有 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:
             return response.json(tko.code)
         userID = tko.userID
-        userID = 1
         operation = request_dict.get('operation', None)
         if userID is None or operation is None:
             return response.json(444, 'operation')