init
This commit is contained in:
@@ -51,3 +51,26 @@ export function delDynamic(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function dynamicTop(id) {
|
||||
return request({
|
||||
url: '/cai/dynamic/top',
|
||||
method: 'post',
|
||||
data: {id:id}
|
||||
})
|
||||
}
|
||||
|
||||
export function dynamicUnTop(id) {
|
||||
return request({
|
||||
url: '/cai/dynamic/unTop',
|
||||
method: 'post',
|
||||
data: {id:id}
|
||||
})
|
||||
}
|
||||
|
||||
export function dynamicSelectTop() {
|
||||
return request({
|
||||
url: '/cai/dynamic/selectTop',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user