浏览代码

打印日志

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)