course.js 114 B

123
  1. module.exports={
  2. getSubjectByStudentId : "/mobile/getSubjectByStudentId", //根据学生id获取科目
  3. }