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

me.chanjar.weixin.cp.api.WxCpAgentService Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.api;

import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.cp.bean.WxCpAgent;

/**
 * 
 *  管理企业号应用
 *  Created by huansinho on 2018/4/13.
 * 
* * @author huansinho */ public interface WxCpAgentService { /** *
   * 获取企业号应用信息
   * 该API用于获取企业号某个应用的基本信息,包括头像、昵称、帐号类型、认证类型、可见范围等信息
   * 详情请见: http://qydev.weixin.qq.com/wiki/index.php?title=获取企业号应用
   * 
* * @param agentId 企业应用的id * @return 部门id */ WxCpAgent get(Integer agentId) throws WxErrorException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy