Commit 370b8363 authored by Mac's avatar Mac

1

parent ff3de35e
......@@ -295,6 +295,30 @@ export function SetSynvEduEmployee(data) {
data
})
}
/**
* 保存渠道活码
*
*/
export function setWeChatChannelInfo(data) {
return request({
url: '/QYWeChat/SetWeChatChannelInfo',
method: 'post',
data
})
}
/**
* 渠道活码 详情
*
*/
export function getWeChatChannelInfo(data) {
return request({
url: '/QYWeChat/GetWeChatChannelInfo',
method: 'post',
data
})
}
This diff is collapsed.
This diff is collapsed.
......@@ -214,7 +214,7 @@
},
goedit(row) {//编辑
this.$router.push({
path: '/enterprise/addWelcome',
path: '/enterprise/addchannelcode',
query: {
Id: row.Id
}
......
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