浏览代码

fix:
。。。。。。

chenjunkai 5 年之前
父节点
当前提交
4f225ed597
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Controller/DetectController.py

+ 0 - 2
Controller/DetectController.py

@@ -40,12 +40,10 @@ class NotificationView(View):
 
     def get(self, request, *args, **kwargs):
         request.encoding = 'utf-8'
-        # operation = kwargs.get('operation')
         return self.validation(request.GET)
 
     def post(self, request, *args, **kwargs):
         request.encoding = 'utf-8'
-        # operation = kwargs.get('operation')
         return self.validation(request.POST)
 
     def validation(self, request_dict):