From 033a7cd02b9799a0acf42290fdc84d74bdcee79c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 29 一月 2019 15:33:12 +0800
Subject: [PATCH] 热门搜素更改

---
 fanli/src/main/java/com/yeshi/fanli/controller/AuthCallBackController.java |   16 +---------------
 1 files changed, 1 insertions(+), 15 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 90ad5d1..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");
@@ -67,20 +67,6 @@
 		}
 		if (uid == null || uid.longValue() == 0L)
 			errCode = 3;
-
-		if (uid == 911382L) {
-			try {
-				if ("share".equalsIgnoreCase(source))
-
-					response.sendRedirect("http://apph5.yeshitv.com/apppage/flq_bonusState.html?code=1");
-
-				else
-					response.sendRedirect("http://apph5.yeshitv.com/apppage/flq_rebateState.html?code=1");
-			} catch (IOException e) {
-
-			}
-			return;
-		}
 
 		// 璁″叆璁板綍
 

--
Gitblit v1.8.0