批量学生创建 websocket测试 POST /qgy/schools/student/stuAddList 接口描述 批量创建学生信息 请求参数 参数名 类型 描述 必填 classId Integer 所属班级id 必填 uid String 账户id 必填 stuList Object 学生信息(数组对象) 必填 name String 姓名 必填 sex Integer 性别 指定值 :1:男 2:女 必填 isDorm Integer 是否住宿 指定值: 0:否 1:是 必填 source String 添加来源 必填 no String 学号 必填 guid String 学生Guid (此参数不为空,则进行修改) 可选 dormName String 宿舍名称 必填 返回示例 ``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data":true } ```