chroe: add send message caller ip

This commit is contained in:
engigu
2024-01-22 14:17:33 +08:00
parent ed292b09ed
commit 7040031253
4 changed files with 25 additions and 11 deletions
+1
View File
@@ -36,6 +36,7 @@ func DoSendMassage(c *gin.Context) {
Text: req.Text,
HTML: req.HTML,
MarkDown: req.MarkDown,
CallerIp: c.ClientIP(),
}
if req.Mode == "sync" {
// 同步发送