Commit a2f4bc2a authored by Mac's avatar Mac

1

parent 3675e80b
......@@ -342,6 +342,40 @@ export function SetSynvEduEmployee(data) {
})
}
/**
* 获取渠道码统计 - 今日新增
*
*/
export function getWeChatChannelStatisticsForDay(data) {
return request({
url: '/QYWeChat/GetWeChatChannelStatisticsForDay',
method: 'post',
data
})
}
/**
* 获取渠道码统计 - 曲线图统计
*
*/
export function getWeChatChannelStatistics(data) {
return request({
url: '/QYWeChat/GetWeChatChannelStatistics',
method: 'post',
data
})
}
/**
* 获取渠道码统计 - 明细列表
*
*/
export function getWeChatChannelStatisticsPageList(data) {
return request({
url: '/QYWeChat/GetWeChatChannelStatisticsPageList',
method: 'post',
data
})
}
......
......@@ -172,6 +172,7 @@
customMsg:{
pageIndex: 1,
pageSize: 10,
rowsPerPage: 10,
ChannelId:0
},
typeList: [
......
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