aa
This commit is contained in:
@@ -51,7 +51,7 @@ func (t *TcpClient) handleConn(c net.Conn) {
|
||||
} else {
|
||||
fmt.Println("ReadString err", err)
|
||||
}
|
||||
return
|
||||
//return
|
||||
}
|
||||
//也可能是查状态的(openAPI外部查询,一次性的)
|
||||
if err = json.Unmarshal(buffer[:n], &printStatus); err == nil {
|
||||
|
||||
Reference in New Issue
Block a user