企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 方法名:portal.user.profile ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | appId|是|String|应用Id uid|是|String|一个合法的AWS登录账户名 profileKey|是|String|配置项 itemName|是|String|细项Key ### 输出类型: 类型:com.actionsoft.sdk.service.response.StringResponse* 属性:data/String ***** ## portal.user.profile ~~~[api] get:portal.user.profile *appId#应用Id *uid#一个合法的AWS登录账户名 *profileKey#配置项 *itemName#细项Key <<< success { "data":"String" } <<< error 参见错误码说用 ~~~