소스 검색

打印日志

linhaohong 1 년 전
부모
커밋
914f9f0996
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)