Commit 97c85ef5 by fsn

修改头像日志记录为null的问题

parent 91e4eabc
...@@ -13,6 +13,7 @@ public class UserDict extends AbstractDictMap { ...@@ -13,6 +13,7 @@ public class UserDict extends AbstractDictMap {
@Override @Override
public void init() { public void init() {
put("userId","账号"); put("userId","账号");
put("avatar","头像");
put("account","账号"); put("account","账号");
put("name","名字"); put("name","名字");
put("birthday","生日"); put("birthday","生日");
......
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