소스 검색

修改邮箱获取验证码错误码

zhangdongming 1 년 전
부모
커밋
c2e2b5eab0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -903,7 +903,7 @@ class v2authCodeView(TemplateView):
         identifyingCode = reds.get_data(key=email + '_identifyingCode')
         # 是否以获取邮箱验证码
         if identifyingCode:
-            return response.json(89)
+            return response.json(10073)
         user_qs = Device_User.objects.filter(username=email)
         email_qs = Device_User.objects.filter(userEmail=email)
         # 邮箱用户是否已存在