pmsg

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

pmsg是一个发送消息的小工具。

说明

发送机器人消息

package main

import (
	"github.com/BleethNie/pmsg/pkg/bot"
)


func main() {
	bot.DingTalkSendText("1a22ec329c4c720d55709f87765b3066eddd770e263ac93c8c6cadeef144d54e", "测试  通过golang发送钉钉消息")
	bot.FeiShuSendText("1a22ec329c4c720d55709f87765b3066eddd770e263ac93c8c6cadeef144d54e", "测试  通过golang发送飞书消息")
	bot.WorkWeiXinSendText("1a22ec329c4c720d55709f87765b3066eddd770e263ac93c8c6cadeef144d54e", "测试  通过golang发送企微消息")
}

License

pmsg is released under the Apache 2.0 license.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL