feat: REQ-2129 模板增加pushData返回
This commit is contained in:
parent
1e3cffc844
commit
77cc92a8e5
@ -426,6 +426,7 @@ public class MessageTemplateNewServiceImpl implements MessageTemplateNewService
|
||||
.map(codeNameMap::get)
|
||||
.collect(Collectors.toList());
|
||||
response.setGroupNodeNamePaths(nodeNamePaths);
|
||||
response.setPushData(record.getPushData());
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user