# 论坛

# 新增主帖

事件类型:thread/add

# 回调示例

{   
    "nonce": "862c4f18-7628-447d-a0f5-dab3933caea8",
    "timestamp": 1625732636, 
    "sign": "141ecb13683485194343338a543458950c8eb8f7",
    "action": "thread/add",
    "is_anonymous": 0,
    "attributes": {
         "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c",
         "title": "创建文档",
         "content": "<p>内容</p>"
    },
    "operator": "StaffID1",
    "operator_info": {
         "name": "StaffID1"
    }
}

# 编辑论坛

事件类型:thread/edit

# 回调示例

{
    "nonce": "b2ca6bcd-b04d-4f91-826e-1409602f7b9c",
    "timestamp": 1625733218,
    "sign": "5633ce0db15715bd7a5171d5512f58f8d6cc9c52",
    "action": "thread/edit",
    "is_anonymous": 0,
    "attributes": {
        "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c",
        "title": "创建文档",
        "content": "<p>内容</p>"
    },
    "operator": "StaffID1",
    "operator_info": {
        "name": "StaffID1"
    }
}

# 删除主贴

事件类型:thread/delete

# 回调示例

{
    "nonce": "d81aad00-b0e9-4a92-84f7-90d8ce490b72",
    "timestamp": 1625733858,
    "sign": "4940da55542b59af4f74a46b76e90c4ba3536284",
    "action": "thread/delete",
    "is_anonymous": 0,
    "attributes": {
        "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c"
    },
    "operator": "StaffID1",
    "operator_info": {
        "name": "StaffID1"
    }
}

# 恢复主贴

事件类型:thread/restore

# 回调示例

{
    "nonce": "c6e36ac8-a90b-428f-b051-fd9e06190103",
    "timestamp": 1625733972,
    "sign": "0d9d440318be197ab5c6602c98d7cbb13625e9ec",
    "action": "thread/restore",
    "is_anonymous": 0,
    "attributes": {
        "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c",
        "title": "创建文档",
        "content": "<p>内容</p>"
    },
    "operator": "StaffID1",
    "operator_info": {
        "name": "StaffID1"
    }
}

# 新建回帖

事件类型:thread/post/add

# 回调示例

{
    "nonce": "a497f63f-0664-4439-a887-d594379f0dd0",
    "timestamp": 1625733324,
    "sign": "ee61c0d88cfebdccf50d413ab1b5b3a81acfde25",
    "action": "thread/post/add",
    "is_anonymous": 0,
    "attributes": {
        "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c",
        "post_id": "704f6d70dfc711eb964b7a98f605cf7c",
        "content": "<p>回帖</p>",
        "floor": 1,
        "ref_id": ""
    },
    "operator": "StaffID1",
    "operator_info": {
    "name": "StaffID1"
    }
}

# 修改回帖

事件类型:thread/post/edit

# 回调示例

{
    "nonce": "8a01a4fb-bdae-43cb-bc1b-dc93ee21d435",
    "timestamp": 1625733487,
    "sign": "b6357d1d5c49712cbd3e95ea477c68e7f77837e6",
    "action": "thread/post/edit",
    "is_anonymous": 0,
    "attributes": {
        "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c",
        "post_id": "704f6d70dfc711eb964b7a98f605cf7c",
        "content": "<p>修改</p>",
        "floor": 1,
        "ref_id": ""
    },
    "operator": "StaffID1",
    "operator_info": {
        "name": "StaffID1"
    }
}

# 删除回帖

事件类型:thread/post/delete

# 回调示例

{
    "nonce": "3d9ea498-2505-4e8e-8f11-ae0bbc2311b9",
    "timestamp": 1625733657,
    "sign": "24ff010172d710e4945aba3c2564577a516a4587",
    "action": "thread/post/delete",
    "attributes": {
        "thread_id": "d6424bb8dfc511eb8a2b7a98f605cf7c",
        "post_id": "f69590dadfc711eb95247a98f605cf7c"
    },
    "operator": "StaffID1",
    "operator_info": {
        "name": "StaffID1"
    }
}