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

3 小时 16 分钟前
 tab16360
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
1341 次点击
所在节点    分享发现
15 条回复
odirus
3 小时 11 分钟前
我只看到有三次重置机会,但没看到 expires_at ,这是哪里看到的?
wxyrrcj
3 小时 0 分钟前
@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
2 小时 59 分钟前
已经 7 次机会了 ![]( )
licoycn
2 小时 59 分钟前
aeron
2 小时 13 分钟前
@licoycn #3 这个是什么面板,还能看到具体的到期时间
enaen
2 小时 7 分钟前
四次的不用查了,时效跟你的完全一样
astroj
1 小时 53 分钟前
根本蹬不完
Dream4U
1 小时 50 分钟前
现在是不是用的特别快?我 20X Pro 刚才看两天已经用了 951.74 刀,占到 7 天的 46%
一周只有 2000 刀?
以前没感觉这么快啊?
jimyag
1 小时 48 分钟前
```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
1 小时 27 分钟前
请教一下,plus 账号没有吗?通过 applestore 礼品卡订阅土区的
holdmycosmo
1 小时 11 分钟前
降智到无语,一个新功能引入 3 个 bug ,得修好几轮

一样价格谁不用 claude ,只能靠送重置来挽留客户
tab16360
48 分钟前
@izyao #10 有,陆续到账
oldManNewThought
46 分钟前
@licoycn #3 同问,哪里看到期时间
nimonew
45 分钟前
@tab16360 @izyao 有些账号是一直都没有的,例如:我的 /(ㄒoㄒ)/~~
tab16360
6 分钟前
@oldManNewThought #13 把 2 楼的提示词发给 codex 就返回了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1224365

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX