💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 方法名: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 参见错误码说用 ~~~