企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法名:org.role.get.category ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | categoryName|是|String|分类名 ### 输出类型: 类型:com.actionsoft.sdk.service.response.org.RolesResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.RoleModel* 属性:categoryName/String * 属性:id/String * 属性:lookAndFeel/String * 属性:name/String * 属性:orderIndex/int ***** ##org.role.get.category ~~~[api] get:org.role.get.category *categoryName#分类名 <<< success 类型:com.actionsoft.sdk.service.response.org.RolesResponse* 属性(列表):data/ 类型:com.actionsoft.sdk.service.model.RoleModel* 属性:categoryName/String * 属性:id/String * 属性:lookAndFeel/String * 属性:name/String * 属性:orderIndex/int <<< error 参见错误码说用 ~~~