From 18c8c29e4c00f596b249135f4085c889af63ada8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E5=90=B9=E8=90=BD=E7=9A=84=E5=8F=B6=E5=AD=90?= Date: Fri, 11 Jul 2025 18:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20OshimaWebAPI/Controllers/F?= =?UTF-8?q?unGameController.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaWebAPI/Controllers/FunGameController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OshimaWebAPI/Controllers/FunGameController.cs b/OshimaWebAPI/Controllers/FunGameController.cs index 6c85f13..56be816 100644 --- a/OshimaWebAPI/Controllers/FunGameController.cs +++ b/OshimaWebAPI/Controllers/FunGameController.cs @@ -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}】审核不通过,请重新提交申请!");