This commit is contained in:
Antinew 2025-07-05 00:46:08 +08:00
parent 6fb8ea0558
commit a8b2c38b3b

View File

@ -24,6 +24,10 @@ public class DictionaryService : ApplicationService
return GetKvsByEnumTypeName(type);
}
/// <summary>
/// 清除缓存
/// </summary>
/// <param name="type"></param>
[HttpPost("Dictionary/CleanCache")]
public void CleanCache(string type)
{