腾讯乐享接口文档 事件类型:exam/event/finish
{
"nonce": "090a6606-b946-4934-93f5-bdd2645decb4",
"timestamp": 1605251508,
"sign": "3e2dbc179ddab5ab6fc2739ac7fbc495e1ac0636",
"action": "exam/event/finish",
"attributes": {
"exam_id": "e36d7e5a52f611ef99977a9a14f44f3b",
"title": "考试",
"process_id": 22092,
"examinee": {
"staff_id": "zhangsan",
"begin_at": "2024-08-05 15:48:27",
"finish_at": "2024-08-05 15:48:31",
"exam_times": 2
}
},
"operator": "lisi",
"operator_info": {
"name": "lisi"
}
}
| 参数 | 说明 |
|---|---|
| nonce | 用户触发的事件临时码 |
| timestamp | 用户触发的事件时间戳 |
| sign | 用户触发的事件签名 |
| action | 用户触发的事件行为类型 |
| attributes.exam_id | 考试的实体id |
| attributes.title | 考试名称 |
| attributes.process_id | 考试关联进程id |
| attributes.examinee.staff_id | 考试成员的账号id |
| attributes.examinee.begin_at | 考试成员开始时间 |
| attributes.examinee.finish_at | 成员完成考试时间 |
| attributes.examinee.exam_times | 考试完成所花时间 单位:s |
| operator | 触发者StaffID |
| operator_info.name | 触发者姓名 |
事件类型:exam/event/review
{
"nonce": "e8b19c60d5c94d00913d4b6d531738db",
"timestamp": 1760423007,
"sign": "9d17749836b0b4e8c487ca8b19c4b0eaa08d204c",
"action": "exam/event/review",
"attributes": {
"exam_id": "e36d7e5a52f611ef99977a9a14f44f3b",
"title": "考试",
"review_id": 14464,
"examinee": {
"staff_id": "zhangsan",
"review_at": "2024-08-05 15:48:34",
"result_score": 10
}
},
"operator": "gjrxiaohao",
"operator_info": {
"name": "gjrxiaohao"
}
}
| 参数 | 说明 |
|---|---|
| nonce | 用户触发的事件临时码 |
| timestamp | 用户触发的事件时间戳 |
| sign | 用户触发的事件签名 |
| action | 用户触发的事件行为类型 |
| attributes.exam_id | 考试的实体id |
| attributes.title | 考试名称 |
| attributes.review_id | 考试关联的试卷批改id |
| attributes.examinee.staff_id | 考试成员的账号id |
| attributes.examinee.review_at | 试卷批改完成时间 |
| attributes.examinee.result_score | 试卷批改的分数 |
| operator | 触发者StaffID |
| operator_info.name | 触发者姓名 |
事件类型:roadmap/pass/succeed
{
"nonce": "340e5614-52af-4be2-a5e8-9e5eb21af2bd",
"timestamp": 1760425362,
"sign": "2464dfd8491eb4aa597176286983a01884cdce54",
"action": "roadmap/pass/succeed",
"attributes": {
"roadmap_id": 6435,
"title": "项目",
"succeed_at": "2024-08-05 16:18:15"
},
"operator": "lisi",
"operator_info": {
"name": "lisi"
}
}
| 参数 | 说明 |
|---|---|
| nonce | 用户触发的事件临时码 |
| timestamp | 用户触发的事件时间戳 |
| sign | 用户触发的事件签名 |
| action | 用户触发的事件行为类型 |
| attributes.roadmap_id | 项目id |
| attributes.title | 项目名称 |
| attributes.succeed_at | 成员完成项目时间 |
| operator | 触发者StaffID |
| operator_info.name | 触发者姓名 |
事件类型:class/study_done
{
"nonce":"29dddd95-e7fe-4fbb-abe1-ac83e91b40ec",
"timestamp":1760425363,
"sign":"a12aae559ac7a8c76e18d99e287afc8431433adb",
"action": "class/study_done",
"attributes": {
"class_id": "47ed63feab0311ef9f7fdef4226a8331",
"title": "1125-同步课程A",
"study_done_at": "2024-12-03 11:37:41",
"learn_time": 30,
"valid_learn_time": 20
},
"operator": "zhangsan",
"operator_info": {
"name": "张三"
}
}
| 参数 | 说明 |
|---|---|
| nonce | 用户触发的事件临时码 |
| timestamp | 用户触发的事件时间戳 |
| sign | 用户触发的事件签名 |
| action | 用户触发的事件行为类型 |
| attributes.class_id | 课堂ID |
| attributes.title | 课堂名称 |
| attributes.study_done_at | 完成学习时间 |
| attributes.learn_time | 学习时长,单位:秒 |
| attributes.valid_learn_time | 有效学习时长,单位:秒 |
| operator | 触发者StaffID |
| operator_info.name | 触发者姓名 |
事件类型:ai_train/practice/finish
{
"nonce":"accb2856-b7de-404f-a6ba-2081cb55c3f2",
"timestamp":1760425363,
"sign":"d789d92f368446b2c02f4c3fce51d324a30242e6",
"action": "ai_train/practice/finish",
"attributes": {
"scenario_id": "3eabf99f9a2047aebdd6d104be3977d7",
"duration": 45,
"times": 1,
"score": 30,
"summary_evaluation": "human的表现较为简单,缺乏深入的交流和具体的反馈。对话内容重复且缺乏实质性信息,未能有效推进对话或展示明确的沟通目标。",
"started_at": "2025-09-22 17:16:29"
},
"operator": "lisi",
"operator_info": {
"name": "lisi"
}
}
| 参数 | 说明 |
|---|---|
| nonce | 用户触发的事件临时码 |
| timestamp | 用户触发的事件时间戳 |
| sign | 用户触发的事件签名 |
| action | 用户触发的事件行为类型 |
| attributes.scenario_id | 场景id |
| attributes.duration | 成员练习时长,单位:秒 |
| attributes.times | 成员练习次数 |
| attributes.score | 成员练习得分 |
| attributes.summary_evaluation | 成员练习评估报告 |
| attributes.started_at | 成员最近练习时间 |
| operator | 触发者StaffID |
| operator_info.name | 触发者姓名 |