dev
Administrator 2024-05-20 11:28:59 +08:00
parent e1a787e310
commit 420beaa6bd
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ func job() error {
}
}
result := aichat.NewAiReq(excel.ExcelAddress).StartChat(option.MODEL_API).PrepareWechatBody()
remainder := fmt.Sprintf("文件同步完成,地址是%v稍后将发送ai分析结果%v", excel.ExcelAddress, ">_<~")
notifer.SendWechat(remainder)
notifer.SendWechat(result)
return nil
}