This commit is contained in:
parent
e3c9470b4d
commit
0f0a8d4da8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue