refactor: extract path logic to path.go and run go fmt on codebase
This commit is contained in:
@@ -54,7 +54,7 @@ func (c *WxPusherChannel) Send(config ChannelConfig, msg *Message) (*Result, err
|
||||
}
|
||||
|
||||
_, formattedContent := c.FormatContent(msg)
|
||||
|
||||
|
||||
// 如果有标题,将标题和内容合并
|
||||
content := formattedContent
|
||||
if msg.Title != "" {
|
||||
|
||||
Reference in New Issue
Block a user