mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📝 更新文档
This commit is contained in:
parent
4f319df725
commit
3d0bb322de
19
README.md
19
README.md
@ -86,6 +86,7 @@
|
||||
- pushplus(微信)
|
||||
- Cool Push(QQ,微信,邮箱)
|
||||
- qmsg 酱(QQ)
|
||||
- 飞书
|
||||
|
||||
## 特别鸣谢
|
||||
|
||||
@ -101,11 +102,20 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## 其他
|
||||
|
||||
<details>
|
||||
<summary>更新日志(点击展开)</summary>
|
||||
## 更新日志
|
||||
|
||||
- 2021-08-18 ![PyPI](https://img.shields.io/badge/Pypi-v0.1.4-brightgreen)
|
||||
* 修复【小米运动】签到脚本
|
||||
- 2021-07-29 ![PyPI](https://img.shields.io/badge/Pypi-v0.1.3-brightgreen)
|
||||
* 修复【天翼云】签到脚本
|
||||
* 修复【AcFun】签到脚本
|
||||
* 添加【飞书】推送功能
|
||||
- 2021-07-05 ![PyPI](https://img.shields.io/badge/Pypi-v0.1.1-brightgreen)
|
||||
* 修复【Bilibili】签到脚本
|
||||
- 2021-06-01 ![PyPI](https://img.shields.io/badge/Pypi-v0.1.0-brightgreen)
|
||||
* 删除【联通】&【WPS】签到脚本
|
||||
- 2021-05-30 ![PyPI](https://img.shields.io/badge/Pypi-v0.0.8-brightgreen)
|
||||
* 更新【联通沃邮箱】每日签到脚本
|
||||
- 2021-04-28
|
||||
* 添加【联通沃邮箱】每日签到脚本 感谢水友`@什么大风大浪都见过` 提供脚本
|
||||
- 2021-04-07
|
||||
@ -159,7 +169,6 @@
|
||||
* 添加【爱奇艺】每日签到脚本
|
||||
* 添加【百度站点】每日提交脚本
|
||||
|
||||
</details>
|
||||
|
||||
## 历史 Star 数
|
||||
|
||||
|
@ -62,6 +62,7 @@
|
||||
- pushplus(微信)
|
||||
- Cool Push(QQ,微信,邮箱)
|
||||
- qmsg 酱(QQ)
|
||||
- 飞书
|
||||
|
||||
## 交流群
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
|_**QYWX_TOUSER**_|企业微信应用消息推送|推送|touser [参考文档1](https://note.youdao.com/ynoteshare1/index.html?id=351e08a72378206f9dd64d2281e9b83b&type=note) [参考文档2](https://note.youdao.com/ynoteshare1/index.html?id=1a0c8aff284ad28cbd011b29b3ad0191&type=note) |
|
||||
|_**PUSHPLUS_TOKEN**_|pushplus 推送|推送|用户令牌,可直接加到请求地址后,如:http://www.pushplus.plus/send/{token} [官方文档](https://www.pushplus.plus/doc/)|
|
||||
|_**PUSHPLUS_TOPIC**_|pushplus 推送|推送|群组编码,不填仅发送给自己 [官方文档](https://www.pushplus.plus/doc/)|
|
||||
|_**FSKEY**_|飞书 推送|推送|`https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxx` **xxxxxx** 部分就是需要填写的 FSKEY|
|
||||
|
||||
### Web 签到配置
|
||||
|
||||
@ -60,14 +61,12 @@
|
||||
|_**ZHIYOO_COOKIE_LIST**_.zhiyoo_cookie|[智友邦](http://zhizhiyoo.net/)|Web| 智友邦 WEB Cookie|
|
||||
|_**CSDN_COOKIE_LIST**_.csdn_cookie|[CSDN](https://www.csdn.net/)|Web| CSDN Cookie|
|
||||
|
||||
|
||||
### 公众号签到配置
|
||||
|
||||
|Name|归属|属性|说明|
|
||||
|:---:|:---:|:---:|:---|
|
||||
|_**WOMAIL_URL_LIST**_.womail_url|联通沃邮箱|公众号|联通沃邮箱 公众号 `https://nyan.mail.wo.cn/cn/sign/index/index?mobile` 开头的 URL|
|
||||
|
||||
|
||||
### APP 签到配置
|
||||
|
||||
|Name|归属|属性|说明|
|
||||
@ -141,24 +140,6 @@
|
||||
|
||||
抓包 APP 的请求中的 `headers` 信息中提取 `token`、`deviceId`、`cookie` 即可
|
||||
|
||||
#### 联通营业厅参数获取
|
||||
|
||||
1. 退出手机营业厅登录,然后开启抓包软件,登录手机营业厅
|
||||
|
||||
查找网址为 `https://m.client.10010.com/mobileService/login.htm` 的记录,找到请求内容,将 `simCount` 开始到最后的内容按要求填入 `config/config.json` 文件。
|
||||
|
||||
**样例**
|
||||
|
||||
```json
|
||||
{
|
||||
"LIANTONG_ACCOUNT_LIST": [
|
||||
{
|
||||
"data": "simCount=1&version=iphone_c@8.0100&mobile=xxxxxx&netWay=wifi&isRemberPwd=false&appId=xxxxxx&deviceId=xxxxxx&pip=192.168.1.1&password=xxxxxx&deviceOS=14.3&deviceBrand=iphone&deviceModel=iPhone&remark4=&keyVersion=2&deviceCode=xxxxxx"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
### 其他参数
|
||||
|
||||
#### 百度站点提交参数获取
|
||||
@ -191,6 +172,7 @@
|
||||
{
|
||||
"DINGTALK_SECRET": "",
|
||||
"DINGTALK_ACCESS_TOKEN": "",
|
||||
"FSKEY": "",
|
||||
"SCKEY": "",
|
||||
"SENDKEY": "",
|
||||
"BARK_URL": "",
|
||||
|
Loading…
Reference in New Issue
Block a user