Commit 3b65808c authored by zhengyi's avatar zhengyi

渠道删除bug修复

parent 79a57c6f
......@@ -21,7 +21,7 @@ export function updateChannel(data) {
// 删除渠道管理
export function deleteChannel(id) {
return request({
url: '/ecw/channel/delete?id=' + id,
url: '/ecw/channel/delete?channelId=' + id,
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