| 程序包 | 说明 |
|---|---|
| me.chanjar.weixin.cp.api | |
| me.chanjar.weixin.cp.api.impl | |
| me.chanjar.weixin.cp.bean | |
| me.chanjar.weixin.cp.util.json |
| 限定符和类型 | 方法和说明 |
|---|---|
List<WxCpDepart> |
WxCpService.departGet()
已过时。
|
List<WxCpDepart> |
WxCpDepartmentService.listAll()
部门管理接口 - 查询所有部门
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
WxCpDepartmentService.create(WxCpDepart depart)
部门管理接口 - 创建部门
最多支持创建500个部门
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
Integer |
WxCpService.departCreate(WxCpDepart depart)
|
void |
WxCpService.departUpdate(WxCpDepart group)
|
void |
WxCpDepartmentService.update(WxCpDepart group)
部门管理接口 - 修改部门名
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<WxCpDepart> |
WxCpServiceAbstractImpl.departGet()
已过时。
|
List<WxCpDepart> |
WxCpDepartmentServiceImpl.listAll() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
WxCpDepartmentServiceImpl.create(WxCpDepart depart) |
Integer |
WxCpServiceAbstractImpl.departCreate(WxCpDepart depart)
已过时。
|
void |
WxCpServiceAbstractImpl.departUpdate(WxCpDepart depart)
已过时。
|
void |
WxCpDepartmentServiceImpl.update(WxCpDepart group) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2017. All rights reserved.