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:
commit
a94f3394b5
@ -143,6 +143,7 @@ public class PendingMessageDTO implements Serializable {
|
||||
.updateTimestamp(DateFormatUtil.toTimestamp(this.updateTime))
|
||||
.routers(this.routers)
|
||||
.routerParams(this.routerParams)
|
||||
.bizExtParams("{}")
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
@ -93,6 +93,10 @@ public class PendingMessageResponse implements Serializable {
|
||||
* 参数及其对应的值的JSON串
|
||||
*/
|
||||
private String routerParams;
|
||||
/**
|
||||
* 业务扩展参数
|
||||
*/
|
||||
private String bizExtParams;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user