Procházet zdrojové kódy

定制频道接口文件

DESKTOP-O04BTUJ\muzen před 2 roky
rodič
revize
eb18247085
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  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({