🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 方法名:org.user.count.department ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | departmentId|是|String|部门Id containSubDept|是|boolean|是否包含子部门 ### 输出类型: 类型:com.actionsoft.sdk.service.response.IntResponse* 属性:data/int ***** ## org.user.count.department ~~~[api] get:org.user.count.department *departmentId#部门Id *boolean:containSubDept#是否包含子部门 <<< success { "data":int } <<< error 参见错误码说用 ~~~