通过httpclient上传图片到微信公众号新增临时素材接口
需要的jar包:<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.6</version></dependency>