河南工业大学前后端开发记录
标准色
#003968 C100 M85 Y40 K10
#7fa0b2 C55 M29 Y24 K0
#b8c9cc C32 M15 Y18 K0
API
学生信息查询
/api/index/getStudentByStudentId
studentId 学号
校园卡余额查询
/app/index/getBalance
username 学号
数据更新慢
图书借阅查询
/app/book/findBooksBorrowHistoryList
userName 学号
pageNum 页码
pageSize 每页最大条数
部分数据丢失
课程表查询
/app/course/getCourse
userName 学号
currentTime 时间
role 身份
空教室查询
/app/index/findClassRoomFree
classRoomAddress
currentTime
section
buildingCode
classRoomCode
接口故障
学生成绩查询
/api/index/listExamResultByexamResultStudentId
examResultStudentId 学号
examYear 学年
examTerm 学期,无效值 默认值0
pageNum 页数 默认值1
pageSize 每页最大条数 默认值10000