Browse Source

修改读取的结果

tags/v1.0.0^2
林万龙 4 years ago
parent
commit
59b09efd76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/telpo/dipperposition/common/SocketClient.java

+ 1
- 1
src/main/java/com/telpo/dipperposition/common/SocketClient.java View File

@@ -71,7 +71,7 @@ public class SocketClient {
is.close();
pw.close();
os.close();
log.debug(ackResult);
//log.debug(ackResult);
log.debug("接收服务器的信息:"+ackResultBuf.toString());
return ackResultBuf.toString();
} catch (IOException e) {


Loading…
Cancel
Save