Browse Source

修复删除语音功能异常1

tanghongbin 4 years ago
parent
commit
51f2fae1ed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Controller/VoicePromptController.py

+ 2 - 0
Controller/VoicePromptController.py

@@ -153,6 +153,8 @@ class VoicePromptView(View):
                     return response.json(0)
                 else:
                     return response.json(404)
+            else:
+                return response.json(173)
         else:
             return response.json(444)