This commit is contained in:
@@ -8,6 +8,13 @@ export function getList(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getAll() {
|
||||
return request({
|
||||
url: '/management/api/spring/avatar-category/all',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
export function doAdd(data) {
|
||||
return request({
|
||||
url: '/management/api/spring/avatar-category',
|
||||
|
||||
Reference in New Issue
Block a user