All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.frameworkset.wx.common.service.WXVoiceService Maven / Gradle / Ivy

There is a newer version: 5.6.4
Show newest version
/**
 * 
 */
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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy