chong

Update 全能课程控制消息.md

... ... @@ -140,28 +140,21 @@
|-------------|--------|------|----------|------|
|omnipotent_video_short_dialog_read_recite_N | String | Y |读背,n是数组下标 从0开始| |
```json
```json
{
"omnipotent_im": [{
"action": "omnipotent_article_choice_question",
"text": "开始文章问题选择题"
},
{
"action": "omnipotent_long_dialog_read_0",
"text": "开始文章第一段练习"
},
{
"action": "omnipotent_long_dialog_read_1",
"text": "开始文章第二段练习"
"action": "omnipotent_video_short_dialog_read_recite_0",
"text": "开始对话第1句练习"
},
{
"action": "omnipotent_long_dialog_read_2",
"text": "开始文章第三段练习"
"action": "omnipotent_video_short_dialog_read_recite_1",
"text": "开始对话第2句练习"
}
]
}
```
* 长对话消息
|参数名 | 类型 | 必填 | 说明 | 示例 |
... ... @@ -178,10 +171,27 @@
{
"action": "omnipotent_video_short_dialog_read_recite_1",
"text": "开始对话第2句练习"
},
{
"action": "omnipotent_video_short_dialog_read_recite_2",
"text": "开始对话第3句练习"
},
{
"action": "omnipotent_video_short_dialog_read_recite_3",
"text": "开始对话第4句练习"
},
{
"action": "omnipotent_video_short_dialog_read_recite_4",
"text": "开始对话第5句练习"
},
{
"action": "omnipotent_video_short_dialog_read_recite_5",
"text": "开始对话第6句练习"
}
]
}
```
* 文章消息
|参数名 | 类型 | 必填 | 说明 | 示例 |
... ...