Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
完善部门管理接口中不符合javadoc的部分注释
  • Loading branch information
emmfox committed May 21, 2019
commit 127cc48d8dcff0d84847f52faea1277fcca4d1dc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public interface WxCpDepartmentService {
* </pre>
*
* @param id 部门id。获取指定部门及其下的子部门。非必需,可为null
* @return 获取的部门列表
* @throws WxErrorException 异常
*/
List<WxCpDepart> list(Long id) throws WxErrorException;
Expand Down