检测方法

安卓检测方法:

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"
  }
}