This commit is contained in:
gyq
2025-01-06 18:27:42 +08:00
parent 6b3451bcc2
commit fb23d878de
5 changed files with 230 additions and 225 deletions

View File

@@ -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'
})
}