| 程序包 | 说明 |
|---|---|
| me.chanjar.weixin.cp.api | |
| me.chanjar.weixin.cp.bean | |
| me.chanjar.weixin.cp.util.json |
| 限定符和类型 | 方法和说明 |
|---|---|
List<WxCpDepart> |
WxCpServiceImpl.departGet() |
List<WxCpDepart> |
WxCpService.departGet()
部门管理接口 - 查询所有部门
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
WxCpServiceImpl.departCreate(WxCpDepart depart) |
Integer |
WxCpService.departCreate(WxCpDepart depart)
部门管理接口 - 创建部门
最多支持创建500个部门
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
void |
WxCpServiceImpl.departUpdate(WxCpDepart group) |
void |
WxCpService.departUpdate(WxCpDepart group)
部门管理接口 - 修改部门名
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
| 限定符和类型 | 方法和说明 |
|---|---|
static WxCpDepart |
WxCpDepart.fromJson(String json) |
| 限定符和类型 | 方法和说明 |
|---|---|
WxCpDepart |
WxCpDepartGsonAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.gson.JsonElement |
WxCpDepartGsonAdapter.serialize(WxCpDepart group,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2015. All rights reserved.