modulepackage
0.0.0-20171025031554-e3534c89ef96
Repository: https://github.com/lunny/dingtalk_webhook.git
Documentation: pkg.go.dev
# README
非官方 Dingtalk webhook Golang SDK
此工程仅封装了 Dingtalk 的 webhook 部分的请求
使用
首先在dingtalk中创建一个机器人,将accessToken拷贝出来,然后执行下面方法即可
webhook := dingtalk.Webhook(accessToken)
webhook.SendTextMsg("这是一个没有AT的文本消息", false)
License
This project is licensed under the MIT License. See the LICENSE file for the full license text.
# Functions
No description provided by the author