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