接口名称:
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