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