Create by xiyoumobile Power by Nodejs
-
Address : http://score.northk.cn/users/login 参数 : username (学号 必填)、password (密码 必填) method : GET/POST/JSONP 返回 :
{ error : ... //(错误,如果没有错误则为 false ), session : ... //(session) }
-
Address : IP/users/info 参数 :username (学号 必填)、password (密码 必填)、session(填不填看服务器脸色) method : GET/POST/JSONP 返回 :
{ "error":false, "result":{ "username":"...", "name":"...", "sex":"男", "brithday":"...", "college":"...", "class":"..." } }
-
Address : IP/score/all 参数 :username (学号 必填)、session(必填) method : GET/POST/JSONP 返回 :
{ "error":false, "result":{ 一大堆。。自己分析。反正是成绩 } }
-
Address : IP/score/year 参数 :username (学号 必填)、password(必填)、session(如果有update参数,必填,否则选填)、year(学年 格式例如:2015-2016 选填)、semester(学期 格式例如 1 选填)、update(更新参数,比较特殊,下面我介绍详情 选填) method : GET/POST/JSONP 返回 :
{ "error":false, "result":{ 一大堆。。自己分析 } }
-
Address : IP/makeup 参数 : username (学号 必填)、session(必填) method : GET/POST/JSONP 返回:补考查询,自己分析
-
Address : IP/users/img 参数 : username、session method : GET(即img的src或background的href)