From 517b484a716c30261cd5ce77121627894d6f0ce9 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 29 一月 2019 11:23:04 +0800 Subject: [PATCH] 广告位修改 --- fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java b/fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java index 37254f1..c121fee 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java @@ -42,7 +42,7 @@ @RequestMapping(value = "tb") public void tb(String code, String state, HttpServletRequest request, HttpServletResponse response) { - LogHelper.test("娣樺疂鎺堟潈鍥炶皟:" + request.getRequestURI()); + LogHelper.test("娣樺疂鎺堟潈鍥炶皟:" + code+"锛�"+state); if (StringUtil.isNullOrEmpty(code) || StringUtil.isNullOrEmpty(state)) { try { response.sendRedirect("http://apph5.yeshitv.com/apppage/flq_bonusState.html?code=1"); -- Gitblit v1.8.0