Files
fuck-zhijiao/lib/接口.md
2025-12-24 09:51:14 +08:00

5.2 KiB
Raw Permalink Blame History

###时间戳接口 urlhttps://m-zjt.kefang.net/api/bms/extension/other/timestamp typeGET header{ User-Agent: Dart/3.6 (dart:io) Accept-Encoding: gzip Content-Type: application/x-www-form-urlencoded Cookie: token=token host: m-zjt.kefang.net } 返回:{ "code":0, "message":"操作成功", "data": "1766366666666" }

###登录接口 url:https://m-zjt.kefang.net/api/ums/user/user/signIn type:POST header{ User-Agent: Dart/3.6 (dart:io) Accept-Encoding: gzip Content-Type: application/x-www-form-urlencoded Cookie: token=token content-length:175 host: m-zjt.kefang.net } 返回:{ "code": 0, "message": "操作成功", "data": { "id": "1677176794791616513", "phone": "18867672500", "password": "5b1b68a9abf4d2cd155c81a9225fd158", "avatar": "", "nick": "张佳轶", "summary": "", "name": "张佳轶", "gender": "男", "province": null, "level": null, "wantMajorLevel": null, "wantMajor": null, "wantSite": null, "adultExamDiscipline": null, "studentFlag": 0, "schoolStatus": null, "vipRank": null, "ckbdDeadLine": null, "position": null, "photo": null, "idCardNo": null, "nation": null, "studentNo": null, "siteType": null, "batch": null, "degreeApply": null, "rollGrade": null, "site": null, "enrollLevel": null, "major": null, "majorId": null, "currentTerm": null, "schoolRollId": null, "headerTeacher": null, "headerTeacherPhone": null, "headerTeacherWechat": null, "ckbdInfo": null, "ydInfo": null, "zkInfo": null, "zjtInfo": { "photo": "https://res-kfsp.kefang.net/258d0b8ec2174f7990d478af0f3bfc5b_330411200511093215.jpg", "idCardNo": "330411200511093215", "batch": "202309", "site": "数字产业班", "enrollLevel": "三年制", "siteId": "1518115302375067650", "majorId": "1518116072751271938", "major": "云计算网络运维", "classRoomId": "1685504716637413377", "classRoom": "2309-IT231", "schoolRollId": "1677491175234015234", "term": 5, "phoneSsid": "10001:23112" }, "mszsbInfo": null } }

###学生信息接口 url: https://m-zjt.kefang.net/api/zms/point/studentPoint/info type:GET header{ User-Agent: Dart/3.6 (dart:io) Accept-Encoding: gzip Content-Type: application/x-www-form-urlencoded Cookie: token=token host: m-zjt.kefang.net } 返回:{ "code": 0, "message": "操作成功", "data": { "qualityPoint": 99.0, "studyPoint": 0.0, "integralPoint": 0.0, "lastQualityId": "1969084077836926977", "lastQualityTime": null, "lastQualityPoint": null, "lastStudyId": "0", "lastStudyTime": null, "lastStudyPoint": null, "lastStudyAddId": "0", "lastStudyAddTime": null, "lastStudyAddPoint": null, "lastStudySubtractId": "0", "lastStudySubtractTime": null, "lastStudySubtractPoint": null, "lastIntegralId": "0", "lastIntegralTime": null, "lastIntegralPoint": null } }

###主页信息接口(包含打卡信息) url:https://m-zjt.kefang.net/api/zms/zhijiaotong/page/homePageData type:GET header{ User-Agent: Dart/3.6 (dart:io) Accept-Encoding: gzip Content-Type: application/x-www-form-urlencoded Cookie: token=token host: m-zjt.kefang.net } 返回:{"code":0,"message":"操作成功","data":{"schoolRollId":"1677491175234015234","classRoomId":"1685504716637413377","headerTeacherId":"1910166080264925186","headerTeacher":"郑燕华","headerTeacherAvatar":"https://static-legacy.dingtalk.com/media/lQDPM5iQKZKWzXHNAqXNAqawOsdp6-ZRPRwItB8xZUukAA_678_677.jpg","studyPoint":0.0,"studyPointRanking":1,"studyAddPoint":null,"studySubtractPoint":null,"courseAttendanceCount":0,"dormitoryAttendanceCount":0,"leaveCount":2,"leaveStatus":null,"courseTable":[{"classRoomId":"1685504716637413377","startTime":300000,"endTime":2700000,"teachingPlan":"就业指导","teacher":"鞠明明"},{"classRoomId":"1685504716637413377","startTime":3000000,"endTime":5700000,"teachingPlan":"就业指导","teacher":"鞠明明"},{"classRoomId":"1685504716637413377","startTime":6600000,"endTime":9300000,"teachingPlan":"就业指导","teacher":"鞠明明"},{"classRoomId":"1685504716637413377","startTime":9600000,"endTime":12300000,"teachingPlan":"就业指导","teacher":"鞠明明"},{"classRoomId":"1685504716637413377","startTime":20400000,"endTime":23100000,"teachingPlan":"网站动效开发","teacher":"汪杰"},{"classRoomId":"1685504716637413377","startTime":23700000,"endTime":26400000,"teachingPlan":"网站动效开发","teacher":"汪杰"},{"classRoomId":"1685504716637413377","startTime":27000000,"endTime":29700000,"teachingPlan":"网站动效开发","teacher":"汪杰"},{"classRoomId":"1685504716637413377","startTime":30300000,"endTime":33000000,"teachingPlan":"网站动效开发","teacher":"汪杰"}],"messages":[{"schoolRollId":"1677491175234015234","type":"打卡","tradeType":"到课打卡","title":"到课打卡","contentId":"2002893355401916417","sendName":"郑燕华","sendAvatar":"https://static-legacy.dingtalk.com/media/lQDPM5iQKZKWzXHNAqXNAqawOsdp6-ZRPRwItB8xZUukAA_678_677.jpg","sendTime":1766361962685,"extraInfo":"10001:23112"}]}}//message中包含的contentId为打卡所需参数

###打卡接口 url: https://m-zjt.kefang.net/api/zms/attendance/attendanceRecord/punchCourseByStudent type:PUT header:{ user-agent: Dart/3.6 (dart:io) content-type: application/x-www-form-urlencoded cookie: token=48db6cdf9a2c4f58a189436cb5429659 accept-encoding: gzip content-length: 32 host: m-zjt.kefang.net } 返回: { "code": 0, "message": "操作成功", "data": "" }