This commit is contained in:
Putoo
2026-07-13 20:06:01 +08:00
parent b5de98a214
commit aa6ca6ac08
3 changed files with 1 additions and 4 deletions

View File

@@ -699,7 +699,7 @@ public class MapController : ControllerBase
return PoAction.Message($"{lockTime}秒后可采集!");
}
var skillInfo = await _skillService.GetUserSkillInfo(userId, nameof(SkillEnum.code.Collect));
var skillInfo = await _skillService.GetUserSkillInfo(userId, nameof(SkillEnum.code.GATHER));
if (skillInfo == null)
{
return PoAction.Message("未学习采集术!");