Parcourir la source

定制频道 音频列表接口修改

DESKTOP-2S67K1S\31396 il y a 2 ans
Parent
commit
0ad265e2c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/api/operation/channel.js

+ 1 - 1
src/api/operation/channel.js

@@ -74,7 +74,7 @@ export function edit(data) {
 // 频道内容列表
 export function list(query) {
   return request({
-    url: `/device/channelAudio/querypage`,
+    url: `/commonRadio/page`,
     method: 'get',
     params: query
   })