recessive: 其他调整
This commit is contained in:
parent
6e6f33899b
commit
2b464021b0
|
@ -6,7 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFeiShu_Push(t *testing.T) {
|
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()))
|
rt := notifies.NewFeiShu(notifies.FeiShuMessageWithRichText(notifies.NewFeiShuRichText().Create("zh_cn", "标题咯").AddText("哈哈哈").Ok()))
|
||||||
if err := fs.Push(rt); err != nil {
|
if err := fs.Push(rt); err != nil {
|
||||||
|
|
Loading…
Reference in New Issue