待办区分两套系统单点
This commit is contained in:
parent
c4c41d0c1e
commit
b1dddf8de3
|
@ -42,7 +42,7 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler {
|
||||||
String ip;
|
String ip;
|
||||||
String client;
|
String client;
|
||||||
String secret;
|
String secret;
|
||||||
if (httpServletRequest.getRequestURI().contains("scnyfz")) {
|
if (httpServletRequest.getRequestURI().contains("isNew")) {
|
||||||
ip = EOSS_IP2;
|
ip = EOSS_IP2;
|
||||||
client = CLIENT_ID2;
|
client = CLIENT_ID2;
|
||||||
secret = CLIENT_SECRET2;
|
secret = CLIENT_SECRET2;
|
||||||
|
@ -86,7 +86,7 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler {
|
||||||
String ip;
|
String ip;
|
||||||
String client;
|
String client;
|
||||||
String secret;
|
String secret;
|
||||||
if (httpServletRequest.getRequestURI().contains("scnyfz")) {
|
if (httpServletRequest.getRequestURI().contains("isNew")) {
|
||||||
ip = EOSS_IP2;
|
ip = EOSS_IP2;
|
||||||
client = CLIENT_ID2;
|
client = CLIENT_ID2;
|
||||||
secret = CLIENT_SECRET2;
|
secret = CLIENT_SECRET2;
|
||||||
|
|
|
@ -303,7 +303,8 @@ public class BacklogServiceHandle extends AbstractServiceHandler {
|
||||||
form.append("\"").append(url).append("&userName=").append(userName).append("\",");
|
form.append("\"").append(url).append("&userName=").append(userName).append("\",");
|
||||||
// appUrl移动端查看模式
|
// appUrl移动端查看模式
|
||||||
form.append("\"appViewUrl\":");
|
form.append("\"appViewUrl\":");
|
||||||
form.append("\"").append(url).append("&userName=").append(userName).append("&ado=view").append("\",");
|
form.append("\"").append(url).append("&isNew=true&userName=").append(userName).append("&ado=view").append("\",");
|
||||||
|
|
||||||
form.append("\"appName\":");
|
form.append("\"appName\":");
|
||||||
form.append("\"").append(ctx.getEntityName()).append("\",");
|
form.append("\"").append(ctx.getEntityName()).append("\",");
|
||||||
//pc端查看模式
|
//pc端查看模式
|
||||||
|
|
Loading…
Reference in New Issue