消息详情支持重新发送

This commit is contained in:
许晓东
2021-12-21 14:08:36 +08:00
parent 98f33bb2cc
commit 5930e44fdf
9 changed files with 94 additions and 3 deletions

View File

@@ -244,4 +244,8 @@ export const KafkaMessageApi = {
url: "/message/send",
method: "post",
},
resend: {
url: "/message/resend",
method: "post",
},
};