Explorar el Código

定制频道接口文件

DESKTOP-O04BTUJ\muzen hace 2 años
padre
commit
eb18247085
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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({