techxuexi-js icon indicating copy to clipboard operation
techxuexi-js copied to clipboard

无法自动学习了

Open fjlvzhusun opened this issue 2 years ago • 5 comments

清单

  • [X] 我已经仔细阅读过 README 说明 https://github.com/TechXueXi/techxuexi-js
  • [X] 我已经查看/搜索过所有已有 issue,无论是open还是close的 https://github.com/TechXueXi/techxuexi-js/issues?q=is%3Aissue
  • [ ] 我已经通过搜索引擎搜索,尝试不同的关键词 www.google.com www.baidu.com
  • [ ] 我已经到提供的在线聊天室询问过 聊天室说明:https://github.com/TechXueXi/TechXueXi/issues/14

脚本名称

不学习何以强国.js

软件/源码版本

20230318

系统版本,包含位数

win11 x64

浏览器版本

华为浏览器

油猴等插件和它的版本

油猴v4.18.1

详细描述

image 无法自动运行

fjlvzhusun avatar Mar 20 '23 10:03 fjlvzhusun

查看当天任务完成情况的接口403了 https://pc-proxy-api.xuexi.cn/api/score/days/listScoreProgress?sence=score&deviceType=2

star8521 avatar Mar 22 '23 00:03 star8521

接口更新了……这是我修改过的: https://github.com/zfy2299/test/blob/main/doStudy

zfy2299 avatar Mar 22 '23 01:03 zfy2299

🐮

uian avatar Mar 22 '23 07:03 uian

接口API更新了 将以下代码中的地址:

//查询今日完成情况
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/api/score/days/listScoreProgress?sence=score&deviceType=2";

改为

//查询今日完成情况
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/delegate/score/days/listScoreProgress?sence=score&deviceType=2";

即可

LJ7782 avatar Mar 24 '23 00:03 LJ7782

接口API更新了 将以下代码中的地址:

//查询今日完成情况
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/api/score/days/listScoreProgress?sence=score&deviceType=2";

改为

//查询今日完成情况
const SearchSocreUrl = "https://pc-proxy-api.xuexi.cn/delegate/score/days/listScoreProgress?sence=score&deviceType=2";

即可

感谢,可用

ZERONE-L avatar Mar 24 '23 02:03 ZERONE-L