提交 e1c1ff63 编写于 作者: rushui.chen's avatar rushui.chen

20191128 去掉加密

上级 2b1e9fa3
流水线 #17955 已失败 于阶段
in 0 second
......@@ -39,7 +39,8 @@ public class LoginResult {
}
public void setUserId(String userId) {
this.userId = AESUtil.encryptV0(userId);
// this.userId = AESUtil.encryptV0(userId);
this.userId =userId;
}
public String getBindFlag() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册