购买后仅质保首次登陆
发货格式: 账号----密码----refreshToken
邮箱otp接码地址:https://otp.forestpolarpilot365.shop/
官网直接登陆 / 逆向使用
相关项目:https://github.com/lvguanjun/get_gpt_token
https://github.com/cnitlrt/AutoTeam
refreshToken转accessToken:
curl --location --request POST 'https://auth.openai.com/oauth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "app_EMoamEEZ73f0CkXaXp7hrann",
"grant_type": "refresh_token",
"redirect_uri": "com.openai.chat://auth0.openai.com/ios/com.openai.chat/callback",
"refresh_token": "rt_xxxxxxxxxxxxx"
}'