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

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

The newest version!
package me.chanjar.weixin.qidian.api;

import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.qidian.bean.call.GetSwitchBoardListResponse;

/**
 * 通话数据相关操作接口.
 *
 * @author alegria
 */
public interface WxQidianCallDataService {
  public GetSwitchBoardListResponse getSwitchBoardList() throws WxErrorException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy