fix: piont error

This commit is contained in:
Your Name
2026-01-07 08:41:25 +08:00
parent 01028093ea
commit c934044b2c
8 changed files with 8 additions and 8 deletions
@@ -15,7 +15,7 @@ func NewFeishuChannel() *FeishuChannel {
}
func (c *FeishuChannel) SendUnified(msgObj interface{}, ins models.SendTasksIns, content *UnifiedMessageContent) (string, string) {
auth, ok := msgObj.(send_way_service.WayDetailFeishu)
auth, ok := msgObj.(*send_way_service.WayDetailFeishu)
if !ok {
return "", "类型转换失败"
}