# 课堂

# 新增课堂

事件类型:class/add

# 回调示例

{
  "nonce": "84e26f90-c16b-494a-b117-550240e64d87",
  "timestamp": 1605237584,
  "sign": "dd557b683f93a23e99870cc1c3e478aeb1d05017",
  "operator": "staffID",
  "operator_info":{"name":"staffID"},
  "action": "class/add",
  "attributes": {
    "class_id": "120c5c28255f11eba7350a3a212b3121",
    "type": 0,
    "title": "课堂标题",
    "description": "",
    "cover_img": "",
    "is_required": 0,
    "is_reminded": 0,
    "start_reminded_at": null,
    "end_reminded_at": null,
    "interval": null,
    "privilege_type": 0,
    "privilege": [
      
    ],
    "course_id": "6eadccfcc23511e9a18f0a58ac1307ce",
    "category_id": "223e34b4ce4d11e98f4252540013ef60",
    "chapters": [
      
    ]
  }
}

# 编辑课堂

事件类型:class/edit

# 回调示例

{
  "nonce": "69d5243c-bb26-4adc-8c69-7704c446df97",
  "timestamp": 1605238054,
  "sign": "603913a3ba8ff356be49c1da90da4da4409b1c90",
  "operator": "staffID",
  "operator_info":{"name":"staffID"},
  "action": "class/edit",
  "attributes": {
    "class_id": "120c5c28255f11eba7350a3a212b3121",
    "type": 0,
    "title": "编辑后的课堂",
    "description": "",
    "cover_img": "",
    "is_required": 0,
    "is_reminded": 0,
    "start_reminded_at": null,
    "end_reminded_at": null,
    "interval": null,
    "privilege_type": 0,
    "privilege": [
      
    ],
    "course_id": "6eadccfcc23511e9a18f0a58ac1307ce",
    "category_id": "223e34b4ce4d11e98f4252540013ef60",
    "chapters": [
      
    ]
  }
}

# 删除课堂

事件类型:class/delete

# 回调示例

{
  "nonce": "96398cbf-431f-423a-a49b-00ab752c007f",
  "timestamp": 1605238117,
  "sign": "37f9ad2764cc5a300512538e222af8bb954e8379",
  "operator": "staffID",
  "operator_info":{"name":"staffID"},
  "action": "class/delete",
  "attributes": {
    "class_id": "120c5c28255f11eba7350a3a212b3121"
  }
}