forked from Oshima-Studios/OshimaGameModule
更新 OshimaWebAPI/Controllers/FunGameController.cs
This commit is contained in:
parent
941c53ecbf
commit
18c8c29e4c
@ -6650,6 +6650,9 @@ namespace Oshima.FunGame.WebAPI.Controllers
|
||||
else
|
||||
{
|
||||
gmk.IsLock = false;
|
||||
user2.LastTime = DateTime.Now;
|
||||
pc2.Add("user", user2);
|
||||
pc2.SaveConfig();
|
||||
renameExamine.Remove(target.ToString());
|
||||
msg = $"已拒绝该用户的新昵称【{name}】申请!";
|
||||
FunGameService.AddNotice(user2.Id, $"改名系统通知:你先前提交的新昵称【{name}】审核不通过,请重新提交申请!");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user