收藏
回答

云托管获取token接口不稳定

接口名称:

https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=xxxxxxx&secret=xxxxxxxxx


报错返回日志:

Failed to connect to host: Timeout while establishing connection

照片:

代码:

工具包:

<dependency>
    <groupId>cn.hutool</groupId>
    <artifactId>hutool-all</artifactId>
    <version>5.8.16</version>
</dependency>


工具类:

cn.hutool.http.HttpUtil

回答关注问题邀请回答
收藏
登录 后发表内容