-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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” | ||
|
||
 | ||
|
||
**示例:** | ||
|
||
``` | ||
token=Js3xxxxFyy_Aq-rOnxMte6vKPV4AAAAA6QwAADgqRBSfcmNqyuG8CQ7JDL7xxxxNGbfF7tPNV5347_ANLcydua_JHCSRj0_xx | ||
Js3xxxxFyy_Aq-rOnxMtw6vKPV4AAAAA6QwAADgqRBSfcmNqyu777Q7JDL7xxxxNGbfF7tPNV5347_ANLcydac_MTWMTTL_xx | ||
``` |