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'