前台业务-收藏课程 websocket测试 POST localhost:88/api/student/transaction/collect/course 接口描述 收藏课程 说明 / 示例 请求体示例: ```json { "studentId":1, "courseId":1 } ```