登录
go钉钉
已收录文章:1篇
三天内
三天内
一周内
一月内
三月内
最新
最热
Golang
·
Go教程
| 1年前 |
通知
·
go钉钉
·
golang
Go语言实现钉钉发送通知
具体代码如下所示: package main import ( "bufio" "io" "fmt" "io/ioutil" "os/exec" "net/http" "os" "strings" ) func GetKey() (timestamp string ,sign string, err error){ cmd := exec.Command("/bin/python", "/application/scripts/h
339
收藏