ソースを参照

Merge remote-tracking branch 'origin/yonge' into yonge

周箭河 5 年 前
コミット
2c2a573eb7
1 ファイル変更4 行追加4 行削除
  1. 4 4
      mec-im/src/main/java/com/ym/pojo/CustomMessage.java

+ 4 - 4
mec-im/src/main/java/com/ym/pojo/CustomMessage.java

@@ -47,10 +47,10 @@ public class CustomMessage extends BaseMessage {
 
     @Override
     public String toString() {
-        return "{enable=" + enable +
-                ", customType=" + customType +
-                ", rate=" + rate +
-                ", userId=" + userId +
+        return "{enable:" + enable +
+                ", customType:" + customType +
+                ", rate:" + rate +
+                ", userId:" + userId +
                 '}';
     }
 }