feat: 全部厂商和存储桶管理
This commit is contained in:
@@ -32,3 +32,16 @@ export const getDirAndFileList = (userId: any, dirName: any, bucket: any) => {
|
||||
},
|
||||
});
|
||||
};
|
||||
/**
|
||||
* 获取用户拥有的厂商
|
||||
* @param userId
|
||||
*/
|
||||
export const getBrandsList = (userId: any) => {
|
||||
return web.request({
|
||||
url: "/oss/oss/minio/userId",
|
||||
method: "get",
|
||||
params: {
|
||||
userId: userId,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user