1
This commit is contained in:
parent
6fb8ea0558
commit
a8b2c38b3b
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user