feat: update

This commit is contained in:
landaiqing
2024-05-16 01:07:34 +08:00
parent aef23e6dd5
commit 3d60f1478a
4 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
import web from '@/utils/axios/web.ts'
/**
* 初始化minio
*/
export const initMinio = (data: string) => {
return web.post('/oss/minio/init', data)
}
export const getBaseInfo = (data: string) => {
return web.post('/oss/minio/getBaseInfo', data)
}