Commit 60f972dc authored by m1991's avatar m1991

日志输出级别,扫码注册:去除

parent 7a17a0f7
......@@ -224,8 +224,8 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
teamUserInfo(beInvitedCode);
Map map = new HashMap();
R.ok("注册成功!", 0);
map.put("code:", 0);
map.put("msg:", "注册成功!");
map.put("code", 0);
map.put("msg", "注册成功!");
return map;
}
......
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