package com.iformall.service; import com.iformall.common.ResultData; import java.util.Map; public interface WxCVoiceService { Map getById(Long id); }