Commit bdd5a675 authored by Su-Yi's avatar Su-Yi

修改tku

parent bdb20325
...@@ -10,7 +10,7 @@ public class BasicConfig { ...@@ -10,7 +10,7 @@ public class BasicConfig {
// 用户微信昵称 // 用户微信昵称
public static final String WECHAT_NAME = "小疙瘩人寿"; //true public static final String WECHAT_NAME = "小疙瘩人寿"; //true
// 用户tku // 用户tku
public static final String AGENT_TKU = "T3gM31f18jAW2PTGsthhWy3GVyEvgHADPdp3Pgnogte2iQPRjjKaxDi1cpW9QUKkoEhtoj4WmshTGdbPym"; public static final String AGENT_TKU = "T3gM31f18jAW2PU43p7Z3A1mYX3zXYaFLM9TkEHa99cDLYjxHazRqjCeeyRtqBaL69DBYPFVpoFsoJBtuz";
// *************** 钉钉机器人 *************** // *************** 钉钉机器人 ***************
// 线上-告警群 // 线上-告警群
......
...@@ -90,9 +90,9 @@ public class ManagerUtil { ...@@ -90,9 +90,9 @@ public class ManagerUtil {
response = network.getResponse(changeParams,MANAGER_CHANGECOMPANY); response = network.getResponse(changeParams,MANAGER_CHANGECOMPANY);
network.agentHeaders.remove("X-Csrf-Token"); network.agentHeaders.remove("X-Csrf-Token");
// network.agentCookies.remove("sso_ticket"); network.agentCookies.remove("sso_ticket");
// network.agentCookies.remove("device_no"); network.agentCookies.remove("device_no");
// network.agentCookies.remove("csrf_token"); network.agentCookies.remove("csrf_token");
network.host = HOST; network.host = HOST;
} }
...@@ -108,9 +108,9 @@ public class ManagerUtil { ...@@ -108,9 +108,9 @@ public class ManagerUtil {
response.body().prettyPrint(); response.body().prettyPrint();
network.agentHeaders.remove("X-Csrf-Token"); network.agentHeaders.remove("X-Csrf-Token");
// network.agentCookies.remove("sso_ticket"); network.agentCookies.remove("sso_ticket");
// network.agentCookies.remove("device_no"); network.agentCookies.remove("device_no");
// network.agentCookies.remove("csrf_token"); network.agentCookies.remove("csrf_token");
network.host = HOST; network.host = HOST;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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