🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 学生加入班级 ~~~[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": "您已在该班级内,无需重复操作" } ~~~