dev-master
9999999-dev基于curl淮南师范学院教务处认证
MIT
The Requires
by ty
1.0.10
1.0.10.0基于curl淮南师范学院教务处认证
MIT
The Requires
by ty
Wallogit.com
2017 © Pedro Peláez
基于curl淮南师范学院教务处认证
登陆到淮南师范学院教务处laravel扩展, (*1)
composer require ty666/login2hnnu-jwc
Ty666\Login2hnnuJwc\Laravel\LaravelServiceProvider::class, to providers in config/app.php
'Login2hnnuJwc' => Ty666\Login2hnnuJwc\Facades\Login2hnnuJwc::class, to aliases in config/app.php
/** * Step.1 登陆进教务处 * @param $studentNum 学号 * @param $idCard 身份证号码 * @return bool * @throws LoginJWCException 登录失败会抛出LoginJWCException异常 */ Login2hnnuJwc::login2Jwc($studentNum, $idCard);
/** * Step.2 从教务处获取学生信息 * @return array */ Login2hnnuJwc::getStudentInfoFromJWC();
//学号 'student_num' //姓名 'student_name' //二级学院 'department' //专业+班级 'student_class' //生日 'birthday'
Login2hnnuJwc::savePhoto(), (*2)
Symfony\Component\HttpFoundation\File\UploadedFile, (*3)
基于curl淮南师范学院教务处认证
MIT
基于curl淮南师范学院教务处认证
MIT