yunbanke icon indicating copy to clipboard operation
yunbanke copied to clipboard

蓝墨云 云班课接口和自动签到

Results 2 yunbanke issues
Sort by recently updated
recently updated
newest added

前几天用go写了一个,参考了您的博客。今天课上实测的时候发现api改了 ![实例1](https://user-images.githubusercontent.com/69711608/112109911-1cb3fd80-8bed-11eb-89dd-c5c49a435dd7.png) 点击签到后请求的是"https://api.mosoteach.cn/mssvc/index.php/cc_clockin/clockin" , "Host"是"api.mosoteach.cn" 。 附带一个form ![2021-03-23_15-39](https://user-images.githubusercontent.com/69711608/112110498-f2af0b00-8bed-11eb-97ff-8b9a882c612a.png)(值为classid,不需要checkid了),签名的生成方式没有变,但现在需要传入form的key-value对 ![2021-03-23_15-44](https://user-images.githubusercontent.com/69711608/112111129-bfb94700-8bee-11eb-831c-4be5f789aafc.png)

``` >>> u.list_checkin('脱敏') ({'result_code': 4003, 'result_msg': '权限发生变化,请返回班课列表重新操作(4003)'}, False, '权限发生变化,请返回班课列表重新操作(4003)') >>> u.is_check_open('脱敏') (False, {'result_code': 1001, 'result_msg': '参数错误(1001)'}, '参数错误(1001)') >>> ```

bug