Commit 445df8c3 authored by mengcuiguang's avatar mengcuiguang

合并key优化

parent e24bef1a
......@@ -11,7 +11,7 @@ import java.io.Serializable;
public class UserBean implements Serializable {
private String token;
private String toKeepAnAccount;
private String keepOneAccountKey;
private ConsumerBean consumer;
public String getToken() {
......@@ -19,7 +19,7 @@ public class UserBean implements Serializable {
}
public String getToKeepAnAccount() {
return toKeepAnAccount;
return keepOneAccountKey;
}
public ConsumerBean getConsumer() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment