@rework67codex跳过接受验证码教程 中发帖

1、在cc switch中找到open ai官方,查看其中的auth.json文件 
[codex接二维码1]
2、使用[https://chatgpt.com/api/auth/session]去找到相关的信息:
下面内容都可以从这个网站里获取:
{
“auth_mode”: “chatgpt”,
“OPENAI_API_KEY”: null,
“tokens”: {
“id_token”: “”,
“access_token”: “”,
“refresh_token”: “”,
“account_id”: “”
},
“last_refresh”: “”
}
3、为了方便查看[https://chatgpt.com/api/auth/session]里的信息,可以使用这个网站(https://gtxx3600.github.io/GPTSession2CP...