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

me.chanjar.weixin.qidian.api.WxQidianDialService Maven / Gradle / Ivy

package me.chanjar.weixin.qidian.api;

import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.qidian.bean.dial.IVRDialRequest;
import me.chanjar.weixin.qidian.bean.dial.IVRDialResponse;
import me.chanjar.weixin.qidian.bean.dial.IVRListResponse;

/**
 * 基础话务相关操作接口.
 *
 * @author alegria
 */
public interface WxQidianDialService {
  IVRDialResponse ivrDial(IVRDialRequest ivrDial) throws WxErrorException;

  IVRListResponse getIVRList() throws WxErrorException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy