# 分类

# 新增分类

事件类型:category/add

# 回调示例

{
  "nonce": "090a6606-b946-4934-93f5-bdd2645decb4",
  "timestamp": 1605251508,
  "sign": "3e2dbc179ddab5ab6fc2739ac7fbc495e1ac0636",
  "operator": "staffID",
  "operator_info":{"name":"staffID"},
  "action": "category/add",
  "attributes": {
    "name": "分类名称",
    "target_type": "doc",
    "weight": 0,
    "parent_id": "fffeede2b8e611e9aa6452540013ef60",
    "category_id": "25ad5d446ebb11ec83e0ce65c9bf0ff3"
  }
}

# 编辑分类

事件类型:category/edit

# 回调示例

{
  "nonce": "6e76af15-92d8-4abf-a27d-e5c043cc5676",
  "timestamp": 1605251648,
  "sign": "2fdadc2e95713e3401aa5f23b8eedce57aeda65e",
  "operator": "staffID",
  "operator_info":{"name":"staffID"},
  "action": "category/edit",
  "attributes": {
    "category_id": "7d9b9a42257f11eb984c5a0dc6e9de8d",
    "name": "分类名称",
    "weight": 0,
    "parent_id": "fffeede2b8e611e9aa6452540013ef60"
  }
}

# 删除分类

事件类型:category/delete

# 回调示例

{
  "nonce": "35cef63d-0809-45aa-ae47-80809c50401f",
  "timestamp": 1605239412,
  "sign": "cd0fce838eb3a9e921e80abe979328bdef071e40",
  "operator": "staffID",
  "operator_info":{"name":"staffID"},
  "action": "category/delete",
  "attributes": {
    "category_id": "4c8794c4256111eb84c0a28a686e9fb1",
    "name": "分类名称"
  }
}