优化
This commit is contained in:
@@ -6,6 +6,7 @@ import http from '@/http/http.js'
|
||||
export const selectByUserId = (data) => {
|
||||
return http.request({
|
||||
url: '/courseCollect/selectByUserId',
|
||||
data: data
|
||||
data: data,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user