修复点赞接传参问题

This commit is contained in:
2025-01-14 10:27:35 +08:00
parent 66236012c9
commit aeb81fd2e5
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export function dianzan(data) {
url: 'courseCollect/insertCourseCollect',
method:'POST',
data:{
classify:3,
classify:2,
...data
}
})