This commit is contained in:
2023-06-13 11:07:30 +08:00
parent 2f1a48b088
commit 0e68f536d6
2 changed files with 26 additions and 0 deletions

View File

@ -50,3 +50,11 @@ export function getSetting(tenantId) {
method: "get",
});
}
// 刷新参数缓存
export function refreshCache() {
return request({
url: "/tenant/refreshCache",
method: "delete",
});
}