Commit 3b65808c authored by zhengyi's avatar zhengyi

渠道删除bug修复

parent 79a57c6f
...@@ -21,7 +21,7 @@ export function updateChannel(data) { ...@@ -21,7 +21,7 @@ export function updateChannel(data) {
// 删除渠道管理 // 删除渠道管理
export function deleteChannel(id) { export function deleteChannel(id) {
return request({ return request({
url: '/ecw/channel/delete?id=' + id, url: '/ecw/channel/delete?channelId=' + id,
method: 'delete' method: 'delete'
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment