前台业务-关注其他人 websocket测试 POST localhost:88/api/student/transaction/concern/other 接口描述 关注其他人(包括教师和学生) 说明 / 示例 请求体样式: ```json { "studentId":1, "otherId":1, "otherType":1 } ```