tab16360

codex 又送一次重置机会 +4 了

  •  
  •   tab16360 · 2h 9m ago · 1024 views
    available_count: 4
    available ,Full reset (Weekly + 5 hr)
    granted_at: 2026-06-12 11:40:52 CST+0800
    expires_at: 2026-07-12 11:40:52 CST+0800

    available ,Full reset (Weekly + 5 hr)
    granted_at: 2026-06-18 08:15:54 CST+0800
    expires_at: 2026-07-18 08:15:54 CST+0800

    available ,Full reset (Weekly + 5 hr)
    granted_at: 2026-06-27 07:48:24 CST+0800
    expires_at: 2026-07-27 07:48:24 CST+0800

    available ,Full reset (Weekly + 5 hr)
    granted_at: 2026-07-02 04:03:59 CST+0800
    expires_at: 2026-08-01 04:03:59 CST+0800
    11 replies    2026-07-02 10:22:44 +08:00
    odirus
        1
    odirus  
       2h 4m ago
    我只看到有三次重置机会,但没看到 expires_at ,这是哪里看到的?
    wxyrrcj
        2
    wxyrrcj  
       1h 52m ago
    @odirus 提示词:
    请使用本机 Codex 凭证查一下 rate-limit reset credits:

    读取 ~/.codex/auth.json 里的 tokens.access_token ,请求接口: https://chatgpt.com/backend-api/wham/rate-limit-reset-credits


    要求:
    1. 不要打印 access_token 、refresh_token 、cookie 或完整唯一 ID
    2. 只汇总 available_count 、每个 credit 的 status/title/granted_at/expires_at
    3. 把 granted_at/expires_at 从 UTC 转成本地时间
    4. 如果状态码返回 401 ,说明是凭证失效或没带对 Authorization heade
    licoycn
        3
    licoycn  
       1h 52m ago
    已经 7 次机会了 ![]( )
    licoycn
        4
    licoycn  
       1h 51m ago
    aeron
        5
    aeron  
       1h 6m ago
    @licoycn #3 这个是什么面板,还能看到具体的到期时间
    enaen
        6
    enaen  
       59 mins ago
    四次的不用查了,时效跟你的完全一样
    astroj
        7
    astroj  
       46 mins ago
    根本蹬不完
    Dream4U
        8
    Dream4U  
       43 mins ago
    现在是不是用的特别快?我 20X Pro 刚才看两天已经用了 951.74 刀,占到 7 天的 46%
    一周只有 2000 刀?
    以前没感觉这么快啊?
    jimyag
        9
    jimyag  
       41 mins ago
    ```bash
    python3 - <<'PY'
    import json, urllib.request
    from pathlib import Path

    auth = json.loads(Path("~/.codex/auth.json").expanduser().read_text())
    token = auth["tokens"]["access_token"]
    account = auth["tokens"]["account_id"]

    req = urllib.request.Request(
    "https://chatgpt.com/backend-api/wham/rate-limit-reset-credits",
    headers={
    "Authorization": f"Bearer {token}",
    "ChatGPT-Account-ID": account,
    "OpenAI-Beta": "codex-1",
    "originator": "Codex Desktop",
    },
    )

    print(urllib.request.urlopen(req).read().decode())
    PY
    ```
    izyao
        10
    izyao  
       20 mins ago
    请教一下,plus 账号没有吗?通过 applestore 礼品卡订阅土区的
    holdmycosmo
        11
    holdmycosmo  
       4 mins ago
    降智到无语,一个新功能引入 3 个 bug ,得修好几轮

    一样价格谁不用 claude ,只能靠送重置来挽留客户
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5901 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 63ms · UTC 02:27 · PVG 10:27 · LAX 19:27 · JFK 22:27
    ♥ Do have faith in what you're doing.