You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import { request } from '@umijs/max';
-
- /* *
- *
- * @author whiteshader@163.com
- * @datetime 2021/09/16
- *
- * */
-
- // 获取服务器信息
- export async function getCacheInfo() {
- return request<API.Monitor.CacheInfoResult>('/api/monitor/cache', {
- method: 'GET',
- });
- }
|