Skip to content

Commit a747df8

Browse files
committed
打开米读数据
1 parent 5289a1a commit a747df8

3 files changed

Lines changed: 3 additions & 32 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## 免责声明:
77

8-
* 本仓库发布的Script项目中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断.
8+
* 本仓库发布的Script项目中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断.
99

1010
* Sunert对任何脚本问题概不负责,包括但不限于由任何脚本错误导致的任何损失或损害.
1111

Task/midu_Read.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function readTime() {
100100
let request = {
101101
url: "https://apiwz.midukanshu.com/user/readTimeBase/readTime",
102102
headers: {
103-
'host': 'apiwz.midukanshu.com',
103+
'Host': 'apiwz.midukanshu.com',
104104
'versionName': '1.24.0.0918.1649',
105105
"User-Agent": "MRSpeedNovel/0918.1649 CFNetwork/1128.0.1 Darwin/19.6.0",
106106
"Content-Type": "application/x-www-form-urlencoded; charset=utf-8",
@@ -109,6 +109,7 @@ function readTime() {
109109
},
110110
body: bodyVal
111111
}
112+
console.log("您的:"+tokenVal+'\n'+tkVal+'\n'+bodyVal)
112113
$.post(request, (error, response, data) => {
113114
try {
114115
$.log(`❕ ${cookieName} readTime - response: ${JSON.stringify(response)}\n`)

package.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)