AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 方法名: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 参见错误码说用 ~~~