Parcourir la source

定制频道接口文件

DESKTOP-O04BTUJ\muzen il y a 2 ans
Parent
commit
eb18247085
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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({