Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 352 Bytes

README-CH.md

File metadata and controls

18 lines (15 loc) · 352 Bytes

dingtalk

使用

创建钉钉群机器人

  1. 选择添加自定义机器人。
  2. 安全设置加签设置 Xnip2020-07-05_15-55-24.jpg

使用说明

cfg := Config{
  token:  "dddd",
  secret: "xxx",
}

s := New(&cfg)
s.Send(context.Background(), "subject", "content")