codex oauth 如何快速批量获取周限额度

2026-04-11 13:410阅读0评论SEO问题
  • 内容介绍
  • 文章标签
  • 相关推荐
问题描述:

如题,想用python来清除账号和开关账号,如何实现呢

网友解答:
--【壹】--:

curl 'https://chatgpt.com/backend-api/wham/usage' \ -H 'Authorization: Bearer <access_token>' \ -H 'Chatgpt-Account-Id: <account_id>' \ -H 'User-Agent: codex_cli_rs/0.76.0 (Debian 13.0.0; x86_64) WindowsTerminal'\ -H 'Content-Type: application/json'

标签:快问快答