Skip to content

v1.0.1.0

Compare
Choose a tag to compare
@jianbin2001 jianbin2001 released this 14 Apr 12:00
· 14 commits to main since this release
ff29c1b
  1. 支持jdk版本 1.8及以上版本,不再支持jdk1.6
  2. 重试支持切换域名
  3. 支持设置接口维度的超时时间
  4. 修改默认的连接超时时间,60s改为10s
  5. 内部异常,会拼接到apiResult的msg上,eg. 原来接口超时返回{"code":5000, "message":"http error::5000"},修改后返回`{"code":5000, "message":"http error:Read timed out::5000"}