|
@@ -71,7 +71,7 @@ export function qwWatchLogStatisticsList(query) {
|
|
|
|
|
|
export function qwWatchLogAllStatisticsList(query) {
|
|
export function qwWatchLogAllStatisticsList(query) {
|
|
return request({
|
|
return request({
|
|
- url: '/qw/course/courseWatchLog/qwWatchLogAllStatisticsList',
|
|
|
|
|
|
+ url: '/course/courseWatchLog/qwWatchLogAllStatisticsList',
|
|
method: 'get',
|
|
method: 'get',
|
|
params: query
|
|
params: query
|
|
})
|
|
})
|
|
@@ -85,7 +85,7 @@ export function myQwWatchLogStatisticsList(query) {
|
|
}
|
|
}
|
|
export function myQwWatchLogAllStatisticsList(query) {
|
|
export function myQwWatchLogAllStatisticsList(query) {
|
|
return request({
|
|
return request({
|
|
- url: '/qw/course/courseWatchLog/myQwWatchLogAllStatisticsList',
|
|
|
|
|
|
+ url: '/course/courseWatchLog/myQwWatchLogAllStatisticsList',
|
|
method: 'get',
|
|
method: 'get',
|
|
params: query
|
|
params: query
|
|
})
|
|
})
|