提交修改
This commit is contained in:
commit
bc3e296aed
@ -212,8 +212,10 @@ public class DingtalkBusiness {
|
|||||||
url += "?halokit=" + System.currentTimeMillis();
|
url += "?halokit=" + System.currentTimeMillis();
|
||||||
}
|
}
|
||||||
url = URLEncoder.encode(url);
|
url = URLEncoder.encode(url);
|
||||||
url = "dingtalk://dingtalkclient/action/openapp?corpid=" + thirdAppConfig.getCorpId() +
|
/* url = "dingtalk://dingtalkclient/action/openapp?corpid=" + thirdAppConfig.getCorpId() +
|
||||||
"&container_type=work_platform&app_id=0_" + appid + "&redirect_type=jump&redirect_url=" + url;
|
"&container_type=work_platform&app_id=0_" + appid + "&redirect_type=jump&redirect_url=" + url;*/
|
||||||
|
|
||||||
|
url = "dingtalk://dingtalkclient/page/link?pc_slide=true&url=" + url;
|
||||||
|
|
||||||
String content = workMsgTypeEnum.getContent().replace("@", fromStaffEntity.getName());
|
String content = workMsgTypeEnum.getContent().replace("@", fromStaffEntity.getName());
|
||||||
return dingTalkUtil.sendSingleActionCardMSG(appid, toStaffEntity, workMsgTypeEnum.getTitle(),
|
return dingTalkUtil.sendSingleActionCardMSG(appid, toStaffEntity, workMsgTypeEnum.getTitle(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user