1.修改移动端推送URL
This commit is contained in:
parent
d0829c7626
commit
a6a763ed42
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue