debug
This commit is contained in:
@@ -31,6 +31,14 @@ export const uploadExcel = (params: SiteList.saveParams) => {
|
||||
return http.post<ResPage<ResultData>>('/site/domain/upload', params);
|
||||
};
|
||||
|
||||
/**
|
||||
* @name 缓存清理
|
||||
*/
|
||||
export const cacheFlush = (params: SiteList.saveParams) => {
|
||||
return http.post<ResPage<ResultData>>('/system/cache/flush', params);
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user