共域2025
  1. 石榴接口
共域2025
  • 数字人
    • ai佣金记录
      • 提现
    • 数字人分公司
      • 修改(教练、算力、身份)有效期
    • 数字人兑换码
      • 新发码统计
      • 发放礼包给教练
    • ai资产记录
      • 充值算力给团队
    • 区域结算记录
      • 区域结算
      • 区域结算记录(分页)
      • 区域结算记录主表(分页)
      • 获取结算开始时间
    • AI用户标签
      • 标签统计
      • 标签导出
    • 划分算力
      POST
    • 获取算力
      GET
    • 辖区统计导出
      GET
    • 获取辖区统计(分页)
      GET
    • 创建视频(批量通过text)
      POST
  • 打款信息
    • 商家转账
      GET
  • 礼包
    • 赠送礼包
      POST
    • 礼包记录(分页)
      GET
    • 获取礼包兑换的教练码(分页)
      GET
    • 使用兑换码
      PUT
    • 获取用户使用礼包次数
      GET
    • 获取用户剩余礼包数量
      GET
    • 回收礼包
      PUT
    • 获取ai用户信息
      GET
    • 礼包列表(分页)
      GET
    • 管理员转移礼包
      POST
    • 主理人列表
      GET
    • 主理人和教练列表
      GET
  • 视频
  • 石榴智能体接口
    • 获取对标视频详情列表
    • 基于石榴大模型的文案创作
    • 基于石榴大模型的文案创作
    • 基于石榴大模型的文案创作(完整版)
    • 查询视频生成任务状态
    • 获取视频编辑模版列表
    • 获取视频剪辑元素列表
    • 修改视频编辑模版
    • 根据模版包装视频
    • 基于石榴大模型的文案创作(SSE)
  • 石榴智能体
    • 创建石榴智能体
    • 更新石榴智能体
    • 根据ID删除石榴智能体
    • 获取当前用户的智能体
  • 主办方
    • 获取指定活动的主办方
    • 获取指定活动的主办方(分页)
    • 修改主办方
  • 社员码
    • 获取剩余数量
    • 转移给伞下
  • 视频素材
    • 获取授权视频(分页)
    • 获取小程序名称
  • 行业
    • 获取行业(分页)
  • 情感音色次数
    • 获取音色价格
    • 充值音色(新)
  • 数字人兑换码
    • 新发码统计
    • 音色统计导出
  • 发放兑换码支持修改码内包含的算力
    • 获取默认每个码包含的算力
  • 企业智能体
    • 企业智能体(管理员)
      • 添加账号
      • 删除账号
      • 更新账号
      • 更新账号任务
      • 企业智能体管理员(统计)
      • 企业智能体管理员账号列表
      • 企业智能体管理员账号列表(分页)
      • 用户列表
    • 企业智能体(员工)
      • 提交任务
      • 文案创作
      • 文案创作关闭
      • 智能体专家
      • 员工获取自己绑定的企业智能体(账号列表)
      • 根据任务类型查询专家列表
      • 重新润色
    • 企业智能体配置
      • 获取企业智能体配置
    • 石榴接口
      • 账号分析
        POST
      • 热点洞察
        POST
      • 分配月度任务
        POST
    • 获取公司信息
      GET
  • 企业智能体(员工
    • 账号)
  • 企业智能(任务
    • 目标)进度
  • 兑换码标识
    • 复制码
  1. 石榴接口

账号分析

开发环境
http://127.0.0.1:10086
开发环境
http://127.0.0.1:10086
POST
/user/api/aienterpriseaccount/accountAnalysisExpert

请求参数

Authorization
在 header 添加参数
Authorization
示例:
Authorization: ********************
Body 参数application/json
accountId
string 
账号ID
可选
userType
integer 
可选
0:管理员 1:用户
默认值:
0
示例
{
    "accountId": "string",
    "userType": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:10086/user/api/aienterpriseaccount/accountAnalysisExpert' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
    "accountId": "string",
    "userType": 0
}'

返回响应

🟢200成功
application/json
Body
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
timeout
integer 
可选
handler
object (Handler) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
earlySendAttempts
array[object (DataWithMediaType) {2}] 
可选
默认值:
new LinkedHashSet<>(8)
data
object (Object) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
mediaType
object (MediaType) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
complete
boolean 
可选
failure
object (Throwable) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
detailMessage
string 
可选
Specific details about the Throwable. For example, for
{@code FileNotFoundException}, this contains the name of
the file that could not be found.
cause
object (Throwable) 
可选
The throwable that caused this throwable to get thrown, or null if this
throwable was not caused by another throwable, or if the causative
throwable is unknown. If this field is equal to this throwable itself,
it indicates that the cause of this throwable has not yet been
initialized.
stackTrace
array[object (StackTraceElement[]) {8}] 
可选
The stack trace, as returned by{@link #getStackTrace()}.
The field is initialized to a zero-length array. A{@code
null} value of this field indicates subsequent calls to{@link
#setStackTrace(StackTraceElement[])} and{@link
#fillInStackTrace()} will be no-ops.
默认值:
new StackTraceElement[0]
suppressedExceptions
array[object (Throwable) {4}] 
可选
The list of suppressed exceptions, as returned by{@link
#getSuppressed()}. The list is initialized to a zero-element
unmodifiable sentinel list. When a serialized Throwable is
read in, if the{@code suppressedExceptions} field points to a
zero-element list, the field is reset to the sentinel value.
默认值:
Collections.emptyList()
sendFailed
boolean 
可选
timeoutCallback
object (DefaultCallback) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
delegate
object (Runnable) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
errorCallback
object (ErrorCallback) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
completionCallback
object (DefaultCallback) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
delegate
object (Runnable) 
可选
org.springframework.web.servlet.mvc.method.annotation.SseEmitter
示例
{
  "timeout": 0,
  "handler": {},
  "earlySendAttempts": [
    {
      "data": {},
      "mediaType": {
        "type": "",
        "subtype": "",
        "parameters": {
          "": ""
        }
      }
    }
  ],
  "complete": false,
  "failure": {
    "detailMessage": "",
    "cause": {
      "detailMessage": "",
      "cause": {},
      "stackTrace": [
        {
          "classLoaderName": "",
          "moduleName": "",
          "moduleVersion": "",
          "declaringClass": "",
          "methodName": "",
          "fileName": "",
          "lineNumber": 0,
          "format": 0
        }
      ],
      "suppressedExceptions": [
        {}
      ]
    },
    "stackTrace": [
      {
        "classLoaderName": "",
        "moduleName": "",
        "moduleVersion": "",
        "declaringClass": "",
        "methodName": "",
        "fileName": "",
        "lineNumber": 0,
        "format": 0
      }
    ],
    "suppressedExceptions": [
      {
        "detailMessage": "",
        "cause": {},
        "stackTrace": [
          {
            "classLoaderName": "",
            "moduleName": "",
            "moduleVersion": "",
            "declaringClass": "",
            "methodName": "",
            "fileName": "",
            "lineNumber": 0,
            "format": 0
          }
        ],
        "suppressedExceptions": [
          {}
        ]
      }
    ]
  },
  "sendFailed": false,
  "timeoutCallback": {
    "delegate": {}
  },
  "errorCallback": {},
  "completionCallback": {
    "delegate": {}
  }
}
修改于 2025-07-18 03:48:58
上一页
获取企业智能体配置
下一页
热点洞察
Built with