This commit is contained in:
Cool 2024-11-05 18:47:57 +08:00
parent e3c9470b4d
commit 0f0a8d4da8
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ func main() {
} }
} }
//fmt.Println(content) //fmt.Println(content)
content = strings.TrimRight(content, " \t\n") content = strings.TrimRight(content, " \t\n")
if content == "查看机器人信息" { if content == "查看机器人信息" {
info := HttpPost("http://localhost:11111/info", nil, 20) info := HttpPost("http://localhost:11111/info", nil, 20)