321
This commit is contained in:
parent
09ee9bdaea
commit
b17275787c
|
|
@ -504,7 +504,10 @@ namespace CoreCms.Net.Services
|
|||
userInfo.userWx = 0;
|
||||
userInfo.status = (int)GlobalEnumVars.UserStatus.正常;
|
||||
userInfo.createTime = DateTime.Now;
|
||||
|
||||
userInfo.credit_score = 5;
|
||||
userInfo.dove_count = 0;
|
||||
userInfo.play_level = 4;
|
||||
userInfo.skills_level = 4;
|
||||
//没有此用户,创建此用户
|
||||
if (!string.IsNullOrEmpty(entity.sessionAuthId))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user