Merge branch 'feature/REQ-1465' into 'dev'

feat(REQ-1465): 消息模板相关接口定义

See merge request universal/infrastructure/backend/msg-center-plat!60
This commit is contained in:
罗福 2023-10-11 09:33:42 +00:00
commit a94f3394b5
2 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,7 @@ public class PendingMessageDTO implements Serializable {
.updateTimestamp(DateFormatUtil.toTimestamp(this.updateTime))
.routers(this.routers)
.routerParams(this.routerParams)
.bizExtParams("{}")
.build();
}

View File

@ -93,6 +93,10 @@ public class PendingMessageResponse implements Serializable {
* 参数及其对应的值的JSON串
*/
private String routerParams;
/**
* 业务扩展参数
*/
private String bizExtParams;
@Override
public String toString() {