chenjunkai hace 6 años
padre
commit
657511c966
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)