Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2019-12-03 08:39:22 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
34480b9d42cd644779e0e9d2809372909c60fde5
34480b9d
1 parent
0acd8f0c
Update 全能课程控制消息.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
30 deletions
全能思维课/全能课程控制消息.md
全能思维课/全能课程控制消息.md
View file @
34480b9
...
...
@@ -140,36 +140,7 @@
|-------------|--------|------|----------|------|
|omnipotent_video_short_dialog_read_recite_N | String | Y |读背,n是数组下标 从0开始| |
```
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_long_dialog_read_2"
,
"text"
:
"开始文章第三段练习"
}
]
}
```
*
长对话消息
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
|omnipotent_article_choice_question | String | N |文章问题| |
|omnipotent_long_dialog_read_N | String | Y |读背,n是数组下标 从0开始| |
```
json
```
json
{
"omnipotent_im"
:
[{
"action"
:
"omnipotent_video_short_dialog_read_recite_0"
,
...
...
@@ -182,6 +153,45 @@
]
}
```
*
长对话消息
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
|omnipotent_article_choice_question | String | N |文章问题| |
|omnipotent_long_dialog_read_N | String | Y |读背,n是数组下标 从0开始| |
```
json
{
"omnipotent_im"
:
[{
"action"
:
"omnipotent_video_short_dialog_read_recite_0"
,
"text"
:
"开始对话第1句练习"
},
{
"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句练习"
}
]
}
```
*
文章消息
|参数名 | 类型 | 必填 | 说明 | 示例 |
...
...
Please
register
or
login
to post a comment