1.修改移动端推送URL

This commit is contained in:
wanc 2025-07-09 11:05:03 +08:00
parent d0829c7626
commit a6a763ed42
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
thirdPartyMap.put("billNo", billNo);
thirdPartyMap.put("startNumber", startNumber);//发起人
// thirdPartyMap.put("h5url", h5url);
thirdPartyMap.put("h5url", url);
thirdPartyMap.put("h5url", h5url);
//推送OA待办新增接口
thirdParty(thirdPartyMap);
@ -402,7 +402,7 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
thirdPartyMap.put("billNo", billNo);
thirdPartyMap.put("startNumber", startNumber);//发起人
// thirdPartyMap.put("h5url", h5url);
thirdPartyMap.put("h5url", url);
thirdPartyMap.put("h5url", h5url);
//推送OA消息新增接口
thirdpartyMessage(thirdPartyMap);