AI 综合语音处理系统
  1. Schemas
AI 综合语音处理系统
  • APi
    • Log
      • 发布日志到频道
    • Node
      • 上报节点心跳
      • 获取节点列表
    • 上传接口
      POST
  • RabbitMQ
    • 测试RabbitMQ接口
      POST
  • 数据模型
    • Schemas
      • LogPublishRequest
      • LogEventPayload
      • PublishResult
      • NodeHeartbeatRequest
      • NodeInfo
      • NodeInfoWithOnline
      • CommonResponseNodeInfo
      • CommonResponseNodeArray
      • CommonResponsePublishResult
      • CommonResponseNull
  1. Schemas

CommonResponsePublishResult

{
    "code": 200,
    "msg": "ok",
    "data": {
        "channels": [
            "string"
        ],
        "event": "string",
        "payload": {
            "time": "string",
            "level": "INFO",
            "message": "string",
            "node": "string",
            "node_name": "string"
        }
    }
}
Built with