org.frameworkset.wx.common.service.WXVoiceService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-wx Show documentation
Show all versions of pdp-wx Show documentation
bboss public development platform base on bboss.
/**
*
*/
package org.frameworkset.wx.common.service;
/**
* 微信语音接口
*
* @author suwei
* @date 2017年1月5日
*
*/
public interface WXVoiceService {
/**
* 下载语音接口
*
* @param accessToken
* @param mediaId
*/
public void downloadVoice(String accessToken, String mediaId);
}