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)