|
|
@ -13,6 +13,8 @@ |
|
|
|
V2P报错依赖问题的话,自己去安装依赖 |
|
|
|
跑不同微信阅读脚本时,关闭其他阅读类的https://open.weixin.qq.com/connect/oauth2/authorize重写,否则会冲突
|
|
|
|
|
|
|
|
10 8-10 * * * 每十分钟到检查v2p上面的参数 |
|
|
|
|
|
|
|
重写: |
|
|
|
fast_reada/do_read fqkk.js |
|
|
|
https://open.weixin.qq.com/connect/oauth2/authorize fqkk.js
|
|
|
@ -151,7 +153,8 @@ class UserInfo { |
|
|
|
console.log(`开始阅读失败`) |
|
|
|
console.log(result) |
|
|
|
notifyStr += ` 阅读失败 ${result} 本次阅读数量 ${this.readCount}` |
|
|
|
this.flag = false |
|
|
|
//this.flag = false
|
|
|
|
this.readCount+=1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|