Skip to content

morenyang/BNUZ-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BNUZ-TssAuth

Node.js - BNUZ教务辅助管理系统的模拟登陆

使用示例

var getAuth = require('./lib/getTssAuth');

// 设定学号和教务系统密码
var username = 1501030103, password = 'password';

getAuth(username, password, function (auth) {
  if (auth) {
    console.log('验证成功');
  } else{
    console.log('验证失败');
  }
}

License

MIT

About

Node.js - BNUZ教务辅助管理系统的模拟登陆

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published