Commit 077169f3 by 田超

Merge branch 'feature/1006818' into 'master'

feat: [1006818] 斗罗

See merge request rays/pcloud-common-parent!256
parents 751f9338 f4a73bd5
...@@ -129,7 +129,9 @@ public class ServeLinkUtils { ...@@ -129,7 +129,9 @@ public class ServeLinkUtils {
return "*cold" + basePath + "A" + id + "/entryCold/start" + commonQuerys; return "*cold" + basePath + "A" + id + "/entryCold/start" + commonQuerys;
} else if ("TICKET".equals(typeCode)) { } else if ("TICKET".equals(typeCode)) {
return "*aticket" + basePath + "A" + id + "/ticketHome" + commonQuerys; return "*aticket" + basePath + "A" + id + "/ticketHome" + commonQuerys;
} else { } else if ("JIGSAW".equals(typeCode)) {
return "*jigsaw" + basePath + "A" + id + "/home" + commonQuerys;
}else {
return "" + basePath + "application/" + id + "/display" + commonQuerys + "&appType=" + typeCode; return "" + basePath + "application/" + id + "/display" + commonQuerys + "&appType=" + typeCode;
} }
} }
......
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