华医网5倍速播放与自动答题

华医网加速听课与自动答题,2022年4月结合新系统调整进行了功能升级完善修正。【功能】:1.多种倍速播放;2.随机延时拟人化;3.自动答题;4.屏蔽或者跳过课堂问题。

< Feedback on 华医网5倍速播放与自动答题

Review: Good - script works

§
Posted: 2023-05-12

请问course_ware页面下的group_id意义是什么?

现在服务器记录学习进度是利用updateCourseWareProcess函数

    function updateCourseWareProcess() {
        $.ajax({
            type: "post",
            url: "/ashx/update_course_ware_process.ashx?r=" + Math.random(),
            data: {
                group_id: '',
                relation_id: cwrid,
                user_id: uid,
                province_id: '705134DB-3B92-47EB-9C52-9B5E0102EE56',
                platformVersion: getOSAndBrowser(),
                player_current_time: player.j2s_getCurrentTime()
            },
            success: function (data) { }
        });

5分钟提交一次。我用Python模拟提交这个POST请求,30个课程并发,1小时可以学完。 想看看JS脚本能否实现类似的功能

§
Posted: 2023-05-13

并发应该会出错。。。会检测的

§
Posted: 2023-05-13

并发应该会出错。。。会检测的

并发30个Session。就跟你开30个浏览器一样

§
Posted: 2023-05-16

大佬能分享以下Python代码吗

§
Posted: 2023-05-16

请问course_ware页面下的group_id意义是什么?

现在服务器记录学习进度是利用updateCourseWareProcess函数

    function updateCourseWareProcess() {
        $.ajax({
            type: "post",
            url: "/ashx/update_course_ware_process.ashx?r=" + Math.random(),
            data: {
                group_id: '',
                relation_id: cwrid,
                user_id: uid,
                province_id: '705134DB-3B92-47EB-9C52-9B5E0102EE56',
                platformVersion: getOSAndBrowser(),
                player_current_time: player.j2s_getCurrentTime()
            },
            success: function (data) { }
        });

5分钟提交一次。我用Python模拟提交这个POST请求,30个课程并发,1小时可以学完。
想看看JS脚本能否实现类似的功能



怎么操作的

§
Posted: 2023-05-16

大佬能分享以下Python代码吗

公开分享爬虫邢不邢?

§
Posted: 2023-05-17

大佬能分享以下Python代码吗

公开分享爬虫邢不邢?

加下某信分享下呗 long94231

§
Posted: 2023-05-17

大佬能分享以下Python代码吗

公开分享爬虫邢不邢?

加下某信分享下呗 long94231

TychoJarvis#icloud.com

Post reply

Sign in to post a reply.