From 20ed2db6c7dc7d780d2897cdda731010f66a3fc9 Mon Sep 17 00:00:00 2001 From: shaozhuguang Date: Tue, 23 Apr 2019 18:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9STP=E5=BA=95=E5=B1=82?= =?UTF-8?q?=E9=80=9A=E4=BF=A1=E5=8C=85=E8=A3=85=E6=B6=88=E6=81=AF=E7=9A=84?= =?UTF-8?q?Key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blockchain/stp/communication/message/TransferMessage.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/stp/stp-communication/src/main/java/com/jd/blockchain/stp/communication/message/TransferMessage.java b/source/stp/stp-communication/src/main/java/com/jd/blockchain/stp/communication/message/TransferMessage.java index b6000866..fb918295 100644 --- a/source/stp/stp-communication/src/main/java/com/jd/blockchain/stp/communication/message/TransferMessage.java +++ b/source/stp/stp-communication/src/main/java/com/jd/blockchain/stp/communication/message/TransferMessage.java @@ -112,8 +112,7 @@ public class TransferMessage extends AbstractMessage implements IMessage{ * @return */ public String toListenKey() { - // 格式:sessionId:key - return sessionId + ":" + key; + return key; } public String getSessionId() {