|
@@ -45,7 +45,7 @@ export function create(data) {
|
|
}
|
|
}
|
|
|
|
|
|
// 频道属性
|
|
// 频道属性
|
|
-export function channelTemplate(data){
|
|
|
|
|
|
+export function channelTemplate(data) {
|
|
return request({
|
|
return request({
|
|
url: `/device/channelTemplate/searchClassify`,
|
|
url: `/device/channelTemplate/searchClassify`,
|
|
method: 'post',
|
|
method: 'post',
|
|
@@ -72,11 +72,11 @@ export function edit(data) {
|
|
}
|
|
}
|
|
|
|
|
|
// 频道内容列表
|
|
// 频道内容列表
|
|
-export function list(query) {
|
|
|
|
|
|
+export function list(data) {
|
|
return request({
|
|
return request({
|
|
url: `/commonRadio/page`,
|
|
url: `/commonRadio/page`,
|
|
- method: 'get',
|
|
|
|
- params: query
|
|
|
|
|
|
+ method: 'post',
|
|
|
|
+ data
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|