Commit 52feb3ca authored by 张艳玲's avatar 张艳玲

去掉无用接口

parent 102e0f68
...@@ -20,7 +20,6 @@ public interface Authorization { ...@@ -20,7 +20,6 @@ public interface Authorization {
System.out.println("用户AUTH_KEY:"+ADMIN_KEY); System.out.println("用户AUTH_KEY:"+ADMIN_KEY);
} }
/** /**
* 集客助手相关授权 * 集客助手相关授权
*/ */
...@@ -32,7 +31,6 @@ public interface Authorization { ...@@ -32,7 +31,6 @@ public interface Authorization {
} }
// 获取访客tku:Su Yi // 获取访客tku:Su Yi
default void userTku() { default void userTku() {
network.agentCookies.put("tku", VISITOR_UserTku); network.agentCookies.put("tku", VISITOR_UserTku);
System.out.println("访客tku:" + VISITOR_UserTku); System.out.println("访客tku:" + VISITOR_UserTku);
...@@ -52,14 +50,6 @@ public interface Authorization { ...@@ -52,14 +50,6 @@ public interface Authorization {
} }
// // 获取访客tku
// default void userTkuw() {
// AGENT_TKU = BaseUtils.createTku();
// VISITOR_TKU = BaseUtils.getTku(VISITOR_USERID);
// network.agentCookies.put("tku", VISITOR_TKU);
// System.out.println("访客tku:" + VISITOR_TKU);
// }
/** /**
* 直播业务相关 * 直播业务相关
......
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