企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法名:elicense.get_current_user ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | app_key|否|String|接口Key,为空则默认读取平台配置参数 app_secret|否|String|接口secret,为空则默认读取平台配置参数 account|否|String|账号,为空则默认读取平台配置参数 password|否|String|密码,为空则默认读取平台配置参数 ### 输出类型: 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String ***** ## elicense.get_current_user ~~~[api] get:elicense.get_current_user app_key#接口Key,为空则默认读取平台配置参数 app_secret#接口secret,为空则默认读取平台配置参数 account#|账号,为空则默认读取平台配置参数 password#密码,为空则默认读取平台配置参数 <<< success 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String <<< error 参见错误码说用 ~~~