Преглед изворни кода

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

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)
         # 邮箱用户是否已存在