module.exports= {
	getStuInfo : "/mobile/student/info",									//获取学生信息
	getStuSchoolIdByStuClassId : "/mobile/getStuSchoolIdByStuClassId",									//根据stuClassId查stuSchoolId

}