ソースを参照

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):