前台业务-取消关注 websocket测试 POST localhost:88/api/student/transaction/cancel/concern/other 接口描述 取消关注其他人 说明 / 示例 请求实例: ```json { "studentId":1, "otherId":2, "otherType":0 } ```