Преглед на файлове

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

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