EMOO开放平台
    EMOO开放平台
    • 鉴权
      • 获取企业令牌
        GET
    • 通讯录
      • 获取通讯录成员
        GET
      • 更新成员信息
        PUT
    • 数据
      • 搜索数据
        POST
      • 获取数据
        POST
    • 对话
      • 获取用户对话列表
        GET
      • 创建对话
        POST
      • 发送对话消息-http一次性返回
        POST
    • 消息
      • 主动推送消息给指定用户
        POST
    • 数据模型
      • 常量
        • LANGUAGE
        • RESPONSE_CODE
        • WS_USER_TYPE
      • DocDetailInfo
      • DocFilterCondition
      • WsGroupBaseInfo
      • WsUserDetailInfo
      • WsUserUpdate
      • WsAppInfo
      • DocGroupInfo

    DocDetailInfo

    {
        "id": 0,
        "app_doc_id": "string",
        "title": "string",
        "url": "string",
        "content_type": "text",
        "content": "string",
        "app_created_at": "string",
        "app_updated_at": "string",
        "ws_app": {
            "id": 0,
            "title": "string",
            "ws_app_key": "string",
            "app_id": 0,
            "app_name": 0
        },
        "doc_group": {
            "id": 0,
            "app_group_id": "string",
            "app_group_name": "string",
            "app_group_desc": "string",
            "url": "string"
        }
    }
    Built with