检测方法
安卓检测方法:
curl android.chat.openai.com
苹果检测方法:
curl ios.chat.openai.com
返回结果为字典结构,chatgpt支持地区只需关注cf_details后面的内容即可,非支持地区\国家关注error的属性message后面内容,以下是详细的结果对应的含义。
cf_details / message | 含义 |
---|---|
request is not allowed | 解锁 |
Something went wrong | 不解锁 |
OpenAI’s services are not available in your country or region. | ip所在地区\国家openai不提供服务 |
解锁方法
只需将两个域名加入warp代理,或者丢入dns解锁即可
附域名:
系统类型 | 网址 |
---|---|
安卓 | android.chat.openai.com |
苹果 | ios.chat.openai.com |
附详细常见执行结果:
解锁
{"cf_details":"Request is not allowed. Please try again later.", "type":"dc"}
不解锁
{"cf_details":"Something went wrong. You may be connected to a disallowed ISP. If you are using VPN, try disabling it. Otherwise try a different Wi-Fi network or data connection."}
不支持地区\国家
{
"error": {
"message": "OpenAI’s services are not available in your country or region.",
"error_type": "unsupported_country"
}
}
[...]DD重装脚本史上最强脚本wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash [...]