linhaohong vor 1 Jahr
Ursprung
Commit
914f9f0996
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -5143,7 +5143,7 @@ class ChangeAccountInfoView(View):
         authcode = CommonService.decode_data(authcode.strip())
         if authcode is None:
             return response.json(444, 'authcode')
-
+        LOGGER.info(f"change_phone, authcode: {authcode}")
         reds = RedisObject()
         key = str(new_phone) + '_ChangePhone'
         reset_code = reds.get_data(key=key)