Commit 47428187 authored by lee_mingzhu's avatar lee_mingzhu

remove invoke appChannel method

parent 49034ac2
...@@ -245,7 +245,7 @@ public class UserController implements IBaseController { ...@@ -245,7 +245,7 @@ public class UserController implements IBaseController {
return JsonResult.buildErrorStateResult("注册失败,请稍后重试", null); return JsonResult.buildErrorStateResult("注册失败,请稍后重试", null);
} }
LOGGER.info("用户注册成功, registerFrom:{}, phoneNo:{}, appChannel:{}", registerFrom, phoneNo, getAppChannel()); LOGGER.info("用户注册成功, registerFrom:{}, phoneNo:{}", registerFrom, phoneNo);
return JsonResult.buildSuccessResult(null, null); return JsonResult.buildSuccessResult(null, null);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment