导粉统计,更新客户手机号时更新下微信用户对应的客户ID
This commit is contained in:
@ -71,4 +71,14 @@ export function copyLastTimeLiveSchedul() {
|
||||
})
|
||||
}
|
||||
|
||||
// 根据日期查询直播记录
|
||||
export function getAllLiveSchedulByDate(data) {
|
||||
return request({
|
||||
url: '/custom/liveSchedul/getAllLiveSchedulByDate',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user