Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
vv314 committed Dec 25, 2023
1 parent 0fff5ed commit 2650b37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/vv314/actions-mtz-coupons" rel="noopener noreferrer">
<img width="260" src="https://github-production-user-asset-6210df.s3.amazonaws.com/7637375/291613192-73636f3d-7271-4802-b0fe-328c479c1e35.png">
<img width="240" src="https://github-production-user-asset-6210df.s3.amazonaws.com/7637375/291613192-73636f3d-7271-4802-b0fe-328c479c1e35.png">
</a>
</p>
<br/>
Expand All @@ -9,6 +9,7 @@
<a href="https://github.com/vv314/actions-mtz-coupons/releases"><img src="https://img.shields.io/github/v/release/vv314/actions-mtz-coupons" alt="release"></a>
<a href="https://github.com/vv314/actions-mtz-coupons"><img src="https://img.shields.io/github/last-commit/vv314/actions-mtz-coupons/main?label=update" alt="update"></a>
<a href="https://github.com/vv314/actions-mtz-coupons/fork"><img src="https://img.shields.io/github/forks/vv314/actions-mtz-coupons" alt="forks"></a>
<a href="https://github.com/vv314/actions-mtz-coupons"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fvv314%2Factions-mtz-coupons&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com" alt="forks"></a>
</p>
<br/>

Expand Down
12 changes: 10 additions & 2 deletions docs/获取token.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# 获取 Token

打开[美团主页](http://i.meituan.com/),登录后使用 Chrome DevTools 或任意抓包工具获取 cookie 信息,提取 `token` 字段值。
打开[美团个人主页](https://i.meituan.com/mttouch/page/account),登录后使用 Chrome 开发者工具,或任意抓包工具获取 cookie 信息,提取 `token` 字段值。

## 使用 Chrome 开发者工具

1. 打开 Chrome 开发者工具,切换至移动设备调试模式
2. 打开[美团个人主页](https://i.meituan.com/mttouch/page/account),登录账号
3. 在 Chrome 开发者工具中点击 “应用” - “Cookie”,搜索 “token”

![Chrome DevTools](https://github.com/vv314/actions-mtz-coupons/assets/7637375/6677e9a8-95b8-4b96-83c2-33e443e26e36)

**示例:**

```
token=Js3xxxxFyy_Aq-rOnxMte6vKPV4AAAAA6QwAADgqRBSfcmNqyuG8CQ7JDL7xxxxNGbfF7tPNV5347_ANLcydua_JHCSRj0_xx
Js3xxxxFyy_Aq-rOnxMtw6vKPV4AAAAA6QwAADgqRBSfcmNqyu777Q7JDL7xxxxNGbfF7tPNV5347_ANLcydac_MTWMTTL_xx
```

0 comments on commit 2650b37

Please sign in to comment.