Browse Source

定制频道接口文件

DESKTOP-O04BTUJ\muzen 2 năm trước cách đây
mục cha
commit
eb18247085
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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({