SkillAgentSearch skills...

GetEWTAnswers

😱EWT360 试题答案获取

Install / Use

/learn @zhicheng233/GetEWTAnswers
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

😱GetEWTAnswers

GitHub Release GitHub Created At GitHub last commit GitHub License GitHub forks GitHub Repo stars GitLab Issues

😱升学 E 网通 (EWT360) 试题答案获取

脚本主页:https://greasyfork.org/zh-CN/scripts/524802-升学-e-网通-ewt360-试题答案获取

Github仓库

此脚本在各浏览器与JavaScript引擎中均具有良好的兼容性( Internet Explorer与Duktape除外)。

重新逆向2025 EWT 相关 API

2025 7月份更新ewt获得被30min攻克的优秀成绩,杂鱼,杂鱼~

2025这B e网通对接口做了鉴权,判断是否完成题目,但是做了跟没做一样,因为可以拿已经完成的reportId去越权获得未完成试题的答案🤣👉

📌如何使用

该项目为Tampermonkey(油猴)脚本,你需要在你的浏览器内安装一个用户脚本管理器。

<summary>

💻桌面端

</summary> <details> </details> <summary>

📱手机端(Android)

</summary> <details> </details> <summary>

🍎手机端(iOS)

</summary> <details> </details>

安装完脚本管理器后安装此用户脚本

访问:Greasyfork脚本主页

由于EWT对API进行了鉴权,你需要获取一个已经完成的试题的reportId

如何获得?

选择已经完成的试题(一定是已经完成的!!!还有不能用课后习题的,必须得是 试卷类型!!),复制URL(网址)上的&reportId=到下一个&的值,比如&reportId=19158466643xxxx&videoPoint=1 则复制19158466643xxxx

将获取到的reportId填入到脚本设置中去~

🤔有问题?

在询问之前请确定您已经认真阅读上方 ⌈如何使用⌋ 确保不是自身操作问题,咱已经遇到好几个没好好读README的了( 如果有问题请尽量通过Github仓库给项目提Issues来询问,而不是通过邮箱、QQ或者B站,这样你的问题无法获得除咱之外的其他人帮助,同时你的案例也无法帮助其他人,提问之前请先看看Github仓库中Issues是否有人提过类似的问题,咱的时间与精力是有限的喵w//..

🛠️相关API

<details>
URL:
    https://web.ewt360.com/api/answerprod/common/answer/answerSheetInfo
请求方式:
    POST
参数:
    client: 1,
    paperId: paperId,
    platform: platform,
    reportId: reportId,
    bizCode: bizCode,
    userId: ""

该API用于获取该试题的所有questionInfo

URL:
    https://web.ewt360.com/api/answerprod/web/answer/simple/question/info
请求方式:
    POST
参数:
    questionId: questionId,
    paperId: paperId,
    reportId: getAnswerReportId,
    platform: platform,
    bizCode: 201

该API用于返回试题答案

</details>

🍭捐赠

<p>请开发者打一局 maimai 或者请开发者买 糖🍬 如何?<a href="https://zhicheng233.top/Donate/">帮帮咱🥺~</a>

🥰致谢

本项目的完成离不开这些贡献者的努力,感谢他们的无私付出~ 欢迎各位提交PRw//~

<a href="https://github.com/zhicheng233/GetEWTAnswers/graphs/contributors"> <img src="https://contrib.rocks/image?repo=zhicheng233/GetEWTAnswers" /> </a>

愿我们在顶峰相见~

:star:Star趋势

<a href="https://star-history.com/#zhicheng233/GetEWTAnswers&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=zhicheng233/GetEWTAnswers&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=zhicheng233/GetEWTAnswers&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=zhicheng233/GetEWTAnswers&type=Date" /> </picture> </a>
View on GitHub
GitHub Stars41
CategoryDevelopment
Updated1mo ago
Forks0

Languages

JavaScript

Security Score

85/100

Audited on Mar 2, 2026

No findings