Эх сурвалжийг харах

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

zhangdongming 1 жил өмнө
parent
commit
c2e2b5eab0

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