Browse Source

定制频道接口文件

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
eb18247085
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/api/operation/channel.js

+ 9 - 0
src/api/operation/channel.js

@@ -44,6 +44,15 @@ export function create(data) {
   })
 }
 
+// 频道属性
+export function channelTemplate(data){
+  return request({
+    url: `/device/channelTemplate/searchClassify`,
+    method: 'post',
+    data
+  })
+}
+
 // 频道详情
 export function channelDetail(data) {
   return request({