chenjunkai 6 жил өмнө
parent
commit
657511c966

+ 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)