chenjunkai преди 6 години
родител
ревизия
657511c966
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -131,7 +131,7 @@ class authCodeView(TemplateView):
                         return response.json(10, '生成缓存系统错误')
 
             else:
-                return response.json(0, {'identifyingCode': identifyingCode})
+                return response.json(89, {'identifyingCode': identifyingCode})
         else:
             return response.json(107)