Browse Source

打印日志

linhaohong 1 year ago
parent
commit
914f9f0996
1 changed files with 1 additions and 1 deletions
  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)