时间:2021-05-19
本文实例为大家分享了java微信server录音下载到自己server的具体代码,供大家参考,具体内容如下
/** * @author why * */public class VoiceDownload { /** * * 依据文件id下载文件 * * * * @param mediaId * * 媒体id * * @throws Exception */ public static InputStream getInputStream(String accessToken, String mediaId) { InputStream is = null; String url = "http://file.api.weixin.qq.com/cgi-bin/media/get?access_token=" + accessToken + "&media_id=" + mediaId; try { URL urlGet = new URL(url); HttpURLConnection http = (HttpURLConnection) urlGet .openConnection(); http.setRequestMethod("GET"); // 必须是get方式请求 http.setRequestProperty("Content-Type", "application/x-ame+".amr"); while ((len = inputStream.read(data)) != -1) { fileOutputStream.write(data, 0, len); } } catch (IOException e) { e.printStackTrace(); } finally { if (inputStream != null) { try { inputStream.close(); } catch (IOException e) { e.printStackTrace(); } } if (fileOutputStream != null) { try { fileOutputStream.close(); } catch (IOException e) { e.printStackTrace(); } } } }}以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
1、说明 通过文件下载框实现将服务器上的文件下载到本地指定位置。这里需要指定服务器文件路径//服务器文件路径stringstrFilePath=Server.
一、系统约定环境软件下载后存放位置:X:\Server_Tools环境软件安装位置:X:\Server_CorePHP安装位置:X:\Server_Core\P
/***方法一:判断判断是否是微信打开(试过,可以)*/$ua=$_SERVER['HTTP_USER_AGENT'];if(strpos($ua,'Micro
XML微信XML消息model定义:packagecn.wx.server;importorg.dom4j.Document;importorg.dom4j.D
tomcat的server.xml配置如下:报错信息如下:java.sql.SQLException:Ioexception:Connectionrefused