add bookmark_type delete function
This commit is contained in:
@@ -1,10 +1 @@
|
||||
import request from '../utils/request'
|
||||
const bookmark_type = () => {
|
||||
return request({
|
||||
url: '/auth/api/v1/master/bookmark/type',
|
||||
method: 'get',
|
||||
data: {}
|
||||
})
|
||||
}
|
||||
|
||||
export { bookmark_type }
|
||||
|
||||
Reference in New Issue
Block a user