parent
5eccdfed59
commit
16f9b5a407
|
@ -77,8 +77,8 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
|
|||
executionName = execution.getString("activityname");// 节点名称
|
||||
}
|
||||
//获取Url
|
||||
String url = toDoInfo.getUrl() + "&type=handled"; // 链接
|
||||
String url1 = toDoInfo.getUrl()+ "&type=handled";// pc链接
|
||||
String url = toDoInfo.getUrl(); // 链接
|
||||
String url1 = toDoInfo.getUrl();// pc链接
|
||||
String h5url = url + "&device=mob&ado=view";
|
||||
try {
|
||||
url = URLEncoder.encode(url, "UTF-8");
|
||||
|
@ -321,8 +321,8 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
|
|||
// url = "http://172.31.254.240:9090/seeyon/isc.do?method=ssoISC&toUrl=" + url;
|
||||
|
||||
//获取Url
|
||||
String url = message.getContentUrl()+ "&type=handled"; // 链接
|
||||
String url1 = message.getContentUrl()+ "&type=handled"; // pc链接
|
||||
String url = message.getContentUrl(); // 链接
|
||||
String url1 = message.getContentUrl(); // pc链接
|
||||
String h5url = url + "&device=mob&ado=view";
|
||||
try {
|
||||
url = URLEncoder.encode(url, "UTF-8");
|
||||
|
|
Loading…
Reference in New Issue