1. 在飞书中添加机器人 2. 在Linux中创建一个robot项目并运行 go mod init 项目名称 创建main.go文件 代码: package main import ( "fmt" "io/ioutil" "net/http" "strings" ) func