ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 学生加入班级 ~~~[api] post:/api/class_room/joinStudent *int:id#班级ID <<< success { "code": 0, "msg": "加入成功,您已成为该班级的一员" } <<< error { "code": 0, "msg": "您不在学生名单内,请联系班主任" } <<< error { "code": 0, "msg": "班级不存在" } <<< error { "code": 0, "msg": "您已在该班级内,无需重复操作" } ~~~