企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 查询单个信息模板详情 ``` api.findAeProductModuleById -- version: 1 ``` 根据模块id查询模块,模块在detail详情中显示格式:<kse:widget data-widget-type="widget" id="1004" title="Specification " type="relation"></kse:widget> 标签属性id="1004"对应返回值中的id,标签属性type="relation"对应返回值中的type, 标签属性title="Specification "对应返回值中的name. ## 系统级输入参数 | 名称 | 类型 | 是否必须 | 描述 | | --- | --- | --- | --- | | _aop_timestamp | String | 否 | 请求时间戳 | | _aop_signature | String | 是 | 请求签名 | | access_token | String | 是 | 用户授权令牌 | ## 应用级输入参数 | 名称 | 类型 | 是否必须 | 描述 | 示例值 | 默认值 | | --- | --- | --- | --- | --- | --- | | moduleId | Long | 是 | moduleId 对应商品详情中的kse标签中的id属性;如: id="1004" | | | ## 返回结果 | 名称 | 类型 | 是否必须 | 描述 | 示例值 | | --- | --- | --- | --- | --- | | id | Long | 是 | 模块的id | 123 | | gmtCreate | Date | 是 | 模块的创建时间 | 20150714014419608-0700 | | gmtModified | Date | 是 | 模块的最近一次修改时间 | 20150714014419608-0700 | | name | String | 是 | 模块的名称 | hello | | type | String | 是 | 模块的类型 | custom | | status | String | 是 | 模块的状态 | approved | | moduleContents | String | 是 | 模块的内容 | hello world | | aliMemberId | Long | 是 | 这个模块所有者的主账户ID | 1006680305 | | displayContent | String | 是 | | display content | | success | boolean | 是 | 接口的调用结果。true/false分别表示成功和失败。 | true | ## 错误码 | 错误码 | 错误描述 | 解决方案 | | --- | --- | --- | | 14033003 | 模块不存在 | | | 14030996 | 输入参数错误 | | | 14039999 | 系统错误 | |