recessive: 其他调整

This commit is contained in:
kercylan98 2024-01-15 11:49:21 +08:00
parent 6e6f33899b
commit 2b464021b0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
)
func TestFeiShu_Push(t *testing.T) {
fs := NewFeiShu("https://open.feishu.cn/open-apis/bot/v2/hook/d886f30f-814c-47b1-aeb0-b508da0f7f22")
fs := NewFeiShu("https://open.feishu.cn/open-apis/bot/v2/hook/bid")
rt := notifies.NewFeiShu(notifies.FeiShuMessageWithRichText(notifies.NewFeiShuRichText().Create("zh_cn", "标题咯").AddText("哈哈哈").Ok()))
if err := fs.Push(rt); err != nil {