|
@@ -47,8 +47,7 @@ public class CustomMessage extends BaseMessage {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
- return "CustomMessage{" +
|
|
|
|
- "enable=" + enable +
|
|
|
|
|
|
+ return "{enable=" + enable +
|
|
", customType=" + customType +
|
|
", customType=" + customType +
|
|
", rate=" + rate +
|
|
", rate=" + rate +
|
|
", userId=" + userId +
|
|
", userId=" + userId +
|