We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2feab commit 6677248Copy full SHA for 6677248
2 files changed
feng/README.md
@@ -6,6 +6,8 @@
6
7
> 2020.1.11 QuanX 在`190`版本开始, 获取 Cookie 方式需要从`script-response-body`改为`script-request-header`
8
9
+> 2020.2.6 威锋加了验证, 弃坑
10
+
11
## 配置 (Surge)
12
13
```properties
feng/feng.js
@@ -6,6 +6,13 @@ const cookieVal = chavy.getdata(cookieKey)
sign()
function sign() {
+ const title = `${cookieName}`
+ const subTitle = `签到结果: 失败`
+ const detail = `说明: 威锋加了验证, 无法签到, 请移除本脚本`
+ chavy.msg(title, subTitle, detail)
+}
14
15
+function _sign() {
16
let url = { url: `https://beta-api.feng.com/v1/attendance/userSignIn`, headers: {}, body: {} }
17
url.headers['Host'] = 'beta-api.feng.com'
18
url.headers['Origin'] = 'https://www.feng.com'
0 commit comments