소스 검색

修改代码

zhangdongming 1 년 전
부모
커밋
357146f267
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/VoicePromptController.py

+ 1 - 1
Controller/VoicePromptController.py

@@ -19,7 +19,7 @@ class VoicePromptView(View):
         request.encoding = 'utf-8'
         request_dict = request.GET
         operation = kwargs.get('operation', None)
-        return self.validate(request_dict, operation)
+        return self.validate(request, request_dict, operation)
 
     def post(self, request, *args, **kwargs):
         request.encoding = 'utf-8'