Skip to content

Commit

Permalink
使说明更易懂 (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
lb-chc authored Jan 8, 2024
1 parent 5d188bf commit ad24644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/login/cookie_refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ JSON Payload:

| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ------------- | ---- | ------------------------- | ------ | ------------------------------------------------------------ |
| csrf | str | CSRF Token(位于 cookie) | 必要 | 从新的 cookie 中获取 |
| csrf | str | CSRF Token(位于 cookie) | 必要 | 从新的 cookie 中获取,位于 Cookie 中的`bili_jct`字段 |
| refresh_token | str | 旧的持久化刷新口令 | 必要 | 在刷新前 localStorage 中的`ac_time_value`获取,**并非刷新后返回的值** |

**json 回复:**
Expand Down

0 comments on commit ad24644

Please sign in to comment.