auto-sign
auto-sign copied to clipboard
(已解决)存在签到但是程序运行提示[当前没有未签到任务]
问题解决,经过抓包发现请假之后签到不会出现在['datas']['unSignedTasks']里面,而是在['datas']['leaveTasks']里面,把代码中的['datas']['unSignedTasks']替换成['datas']['leaveTasks']就可以成功签到了。(副作用就是在非请假状态时不能签到了,回校后再改回['datas']['unSignedTasks'])学校真够**,请假了还要签到。
之前是可以正常使用的,变化就是我请了假,但这个签到是请假也会发送的(图片上的已签是我手动用今日校园签的
START RequestId: 81eb24e3-1372-4165-83b3-745357e97d9f
Event RequestId: 81eb24e3-1372-4165-83b3-745357e97d9f
Starting new HTTPS connection (1): mobile.campushoy.com:443
https://mobile.campushoy.com:443 "GET /v6/config/guest/tenant/list HTTP/1.1" 200 None
Starting new HTTPS connection (1): mobile.campushoy.com:443
https://mobile.campushoy.com:443 "GET /v6/config/guest/tenant/info?ids=1020395759466146 HTTP/1.1" 200 None
Starting new HTTPS connection (1): xxxxxxxx.campusphere.net:443
https://xxxxxxxx.campusphere.net:443 "GET / HTTP/1.1" 302 154
https://xxxxxxxx.campusphere.net:443 "GET /portal/index.html HTTP/1.1" 200 None
2020-12-22 10:00:06 {'login-url': 'https://xxxxxxxx.campusphere.net/iap/login?service=https%3A%2F%2Fxxxxxxxx.campusphere.net%2Fportal%2Flogin', 'host': 'xxxxxxxx.campusphere.net'}
Starting new HTTP connection (1): www.zimo.wiki:8080
http://www.zimo.wiki:8080 "POST /wisedu-unified-login-api-v1.0/api/login HTTP/1.1" 200 None
Starting new HTTPS connection (1): xxxxxxxx.campusphere.net:443
https://xxxxxxxx.campusphere.net:443 "POST /wec-counselor-sign-apps/stu/sign/queryDailySginTasks HTTP/1.1" 200 None
https://xxxxxxxx.campusphere.net:443 "POST /wec-counselor-sign-apps/stu/sign/queryDailySginTasks HTTP/1.1" 200 None
2020-12-22 10:00:07 当前没有未签到任务
ERROR RequestId:81eb24e3-1372-4165-83b3-745357e97d9f Result:{"errorCode":-1,"errorMessage":"User process exit when running"}
END RequestId: 81eb24e3-1372-4165-83b3-745357e97d9f
Report RequestId: 81eb24e3-1372-4165-83b3-745357e97d9f Duration:3166ms Memory:64MB MemUsage:53.921875MB
同样遇到了这个问题
同样遇到了这个问题
你也是请假之后出现的吗
对的,接口可能不一样
对的,接口可能不一样
我刚刚抓包看了一下,请求的接口没有变,程序是从['datas']['unSignedTasks']
里面获取未签到任务的,可能请假之后未签到任务不会显示在这里,明天签到的时候再抓包看看
建议老哥提个pr,不然有人找不到