diff --git a/src/0-core/HuanMeng.MiaoYu.Code/Users/UserBLL.cs b/src/0-core/HuanMeng.MiaoYu.Code/Users/UserBLL.cs index 634f005..1943d23 100644 --- a/src/0-core/HuanMeng.MiaoYu.Code/Users/UserBLL.cs +++ b/src/0-core/HuanMeng.MiaoYu.Code/Users/UserBLL.cs @@ -115,7 +115,7 @@ namespace HuanMeng.MiaoYu.Code.Users UserId = user.Id, Currency = userData.Currency, UserIconUrl = userData.UserIconUrl, - RemainingChatCount= RemainingChatCount + RemainingChatCount= 1 }); } }