Explorar o código

【验证码登录】获取验证码时,添加phone字段的搜索

tanghongbin %!s(int64=5) %!d(string=hai) anos
pai
achega
da051850d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -3066,7 +3066,7 @@ class loginCodeView(View):
         sign_name = request_dict.get('sign_name', None)
 
         if phone and sign_name:
-            du_qs = Device_User.objects.filter(username=phone)
+            du_qs = Device_User.objects.filter(Q(phone=phone) | Q(username=phone))
             if not du_qs.exists():
                 return response.json(104)
             else: