企业🤖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": "您已在该班级内,无需重复操作" } ~~~